Skip to content

Commit 85278f9

Browse files
authored
Fixed vulnerabilities (#116)
1 parent ba5141d commit 85278f9

3 files changed

Lines changed: 1197 additions & 1006 deletions

File tree

blueprints/finetuning_service/src/dataprep/requirements-celery.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# FastAPI and server (needed for models/schemas)
44
fastapi==0.115.0
55
uvicorn[standard]==0.32.0
6-
python-multipart==0.0.22 # CVE-2024-53981 fix (was 0.0.18)
6+
python-multipart==0.0.27
77

88
# MinIO/S3 storage
99
minio==7.2.12
@@ -27,8 +27,8 @@ psycopg2-binary==2.9.9
2727
alembic
2828

2929
# Document processing - ONLY needed by Celery workers
30-
docling==2.68.0
31-
docling-core==2.59.0
30+
docling==2.94.0
31+
docling-core==2.74.1
3232
rapidocr-onnxruntime==1.4.4
3333

3434
# LLM and AI processing - ONLY needed by Celery workers

0 commit comments

Comments
 (0)