Add a parameter to `create_app()` to allow late registration of the main blueprint in case an override is needed
0.11.6
* Updating python dependencies to resolve multiple security vulnerabilities (CVE-2022-24439, CVE-2023-30861, CVE-2023-25577, CVE-2022-31015, CVE-2023-30861). * Addressing frontend security vulnerabilities. * Add a toast notification when a new model starts to train.
0.11.5
Not secure
Fix: use a shorter temp model path to resolve windows max characters path limit
0.11.4
Not secure
What's Changed * Fix missing error code when some rows have an empty document id
0.11.3
Not secure
What's Changed * Fix error handling bugs by martinscooper in https://github.com/label-sleuth/label-sleuth/pull/532
* Show message when no positive predictions available for evaluation by martinscooper in https://github.com/label-sleuth/label-sleuth/pull/519 * Don't limit category selection dropdown height by martinscooper in https://github.com/label-sleuth/label-sleuth/pull/520 * Improve 'add_documents' endpoint error handling by martinscooper in https://github.com/label-sleuth/label-sleuth/pull/523 * Typescript migration is finished! * Improve toast error notifications with lists or long text by martinscooper in https://github.com/label-sleuth/label-sleuth/pull/526
Fixes * Model download doens't work when authentication is enabled by martinscooper in https://github.com/label-sleuth/label-sleuth/pull/517 * Notify user if there are empty document_ids in the uploaded file by alonh in https://github.com/label-sleuth/label-sleuth/pull/521