Merge branch 'dev' into feature-remote-ocr-2

This commit is contained in:
shamoon
2025-09-01 20:10:40 -07:00
committed by GitHub
106 changed files with 4563 additions and 4511 deletions

View File

@@ -42,9 +42,9 @@ dependencies = [
"drf-spectacular~=0.28",
"drf-spectacular-sidecar~=2025.8.1",
"drf-writable-nested~=0.7.1",
"filelock~=3.18.0",
"filelock~=3.19.1",
"flower~=2.0.1",
"gotenberg-client~=0.10.0",
"gotenberg-client~=0.11.0",
"httpx-oauth~=0.16",
"imap-tools~=1.11.0",
"inotifyrecursive~=0.3",
@@ -61,7 +61,7 @@ dependencies = [
"python-ipware~=3.0.0",
"python-magic~=0.4.27",
"pyzbar~=0.1.9",
"rapidfuzz~=3.13.0",
"rapidfuzz~=3.14.0",
"redis[hiredis]~=5.2.1",
"scikit-learn~=1.7.0",
"setproctitle~=1.3.4",
@@ -83,7 +83,7 @@ optional-dependencies.postgres = [
"psycopg-pool==3.2.6",
]
optional-dependencies.webserver = [
"granian[uvloop]~=2.4.1",
"granian[uvloop]~=2.5.1",
]
[dependency-groups]