Updates all backend dependences in one go

This commit is contained in:
Trenton H
2024-02-05 13:24:24 -08:00
parent c508be6ecd
commit fcc499f370
3 changed files with 514 additions and 465 deletions

View File

@@ -46,11 +46,11 @@ python-magic = "*"
pyzbar = "*"
rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"}
scikit-learn = "~=1.3"
scikit-learn = "~=1.4"
setproctitle = "*"
tika-client = "*"
tqdm = "*"
uvicorn = {extras = ["standard"], version = "*"}
uvicorn = {extras = ["standard"], version = "==0.25.0"}
watchdog = "~=3.0"
whitenoise = "~=6.6"
whoosh="~=2.7"