diff --git a/backend/requirements.txt b/backend/requirements.txt index 507dc5db6..c4f19b61b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,6 @@ aiocache aiofiles starlette-compress==1.6.0 - sqlalchemy==2.0.38 alembic==1.14.0 peewee==3.18.1 diff --git a/pyproject.toml b/pyproject.toml index ef27260c4..188827c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ license = { file = "LICENSE" } dependencies = [ "fastapi==0.115.7", - "uvicorn[standard]==0.34.0", + "uvicorn[standard]==0.34.2", "pydantic==2.10.6", "python-multipart==0.0.20", @@ -20,7 +20,6 @@ dependencies = [ "async-timeout", "aiocache", "aiofiles", - "starlette-compress==1.6.0", "sqlalchemy==2.0.38", @@ -83,13 +82,13 @@ dependencies = [ "openpyxl==3.1.5", "pyxlsb==1.0.10", "xlrd==2.0.1", - "validators==0.34.0", + "validators==0.35.0", "psutil", "sentencepiece", "soundfile==0.13.1", - "azure-ai-documentintelligence==1.0.0", + "azure-ai-documentintelligence==1.0.2", - "pillow==11.1.0", + "pillow==11.2.1", "opencv-python-headless==4.11.0.86", "rapidocr-onnxruntime==1.4.4", "rank-bm25==0.2.2",