diff --git a/backend/requirements-min.txt b/backend/requirements-min.txt index 8d63bd4b82..f22ad7f0cf 100644 --- a/backend/requirements-min.txt +++ b/backend/requirements-min.txt @@ -1,9 +1,9 @@ # Minimal requirements for backend to run # WIP: use this as a reference to build a minimal docker image -fastapi==0.118.0 +fastapi==0.123.0 uvicorn[standard]==0.37.0 -pydantic==2.11.9 +pydantic==2.12.5 python-multipart==0.0.20 itsdangerous==2.2.0 @@ -20,14 +20,14 @@ aiohttp==3.12.15 async-timeout aiocache aiofiles -starlette-compress==1.6.0 +starlette-compress==1.6.1 httpx[socks,http2,zstd,cli,brotli]==0.28.1 starsessions[redis]==2.2.1 sqlalchemy==2.0.38 -alembic==1.14.0 -peewee==3.18.1 -peewee-migrate==1.12.2 +alembic==1.17.2 +peewee==3.18.3 +peewee-migrate==1.14.3 pycrdt==0.12.25 redis @@ -36,9 +36,9 @@ APScheduler==3.10.4 RestrictedPython==8.0 loguru==0.7.3 -asgiref==3.8.1 +asgiref==3.11.0 -mcp==1.21.2 +mcp==1.22.0 openai langchain==0.3.27 @@ -46,6 +46,6 @@ langchain-community==0.3.29 fake-useragent==2.2.0 chromadb==1.1.0 -black==25.9.0 +black==25.11.0 pydub chardet==5.2.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 1ddd886a8c..a1a8034959 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ -fastapi==0.118.0 +fastapi==0.123.0 uvicorn[standard]==0.37.0 -pydantic==2.11.9 +pydantic==2.12.5 python-multipart==0.0.20 itsdangerous==2.2.0 @@ -17,14 +17,14 @@ aiohttp==3.12.15 async-timeout aiocache aiofiles -starlette-compress==1.6.0 +starlette-compress==1.6.1 httpx[socks,http2,zstd,cli,brotli]==0.28.1 starsessions[redis]==2.2.1 sqlalchemy==2.0.38 -alembic==1.14.0 -peewee==3.18.1 -peewee-migrate==1.12.2 +alembic==1.17.2 +peewee==3.18.3 +peewee-migrate==1.14.3 pycrdt==0.12.25 redis @@ -33,11 +33,11 @@ APScheduler==3.10.4 RestrictedPython==8.0 loguru==0.7.3 -asgiref==3.8.1 +asgiref==3.11.0 # AI libraries tiktoken -mcp==1.21.2 +mcp==1.22.0 openai anthropic @@ -58,18 +58,18 @@ accelerate pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897 einops==0.8.1 -ftfy==6.2.3 +ftfy==6.3.1 chardet==5.2.0 pypdf==6.4.0 fpdf2==2.8.2 -pymdown-extensions==10.14.2 +pymdown-extensions==10.17.2 docx2txt==0.8 python-pptx==1.0.2 -unstructured==0.18.18 +unstructured==0.18.21 msoffcrypto-tool==5.4.2 nltk==3.9.1 -Markdown==3.9 -pypandoc==1.15 +Markdown==3.10 +pypandoc==1.16.2 pandas==2.2.3 openpyxl==3.1.5 pyxlsb==1.0.10 @@ -87,12 +87,12 @@ rank-bm25==0.2.2 onnxruntime==1.20.1 faster-whisper==1.1.1 -black==25.9.0 +black==25.11.0 youtube-transcript-api==1.2.2 pytube==15.0.0 pydub -ddgs==9.0.0 +ddgs==9.9.2 azure-ai-documentintelligence==1.0.2 azure-identity==1.25.0 @@ -104,7 +104,7 @@ google-api-python-client google-auth-httplib2 google-auth-oauthlib -googleapis-common-protos==1.70.0 +googleapis-common-protos==1.72.0 google-cloud-storage==2.19.0 ## Databases @@ -113,11 +113,11 @@ psycopg2-binary==2.9.10 pgvector==0.4.1 PyMySQL==1.1.1 -boto3==1.40.5 +boto3==1.41.5 pymilvus==2.6.4 qdrant-client==1.14.3 -playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml +playwright==1.56.0 # Caution: version must match docker-compose.playwright.yaml elasticsearch==9.1.0 pinecone==6.0.2 oracledb==3.2.0 @@ -130,13 +130,13 @@ colbert-ai==0.2.21 ## Tests docker~=7.1.0 pytest~=8.4.1 -pytest-docker~=3.1.1 +pytest-docker~=3.2.5 ## LDAP ldap3==2.9.1 ## Firecrawl -firecrawl-py==4.5.0 +firecrawl-py==4.10.0 ## Trace opentelemetry-api==1.38.0 diff --git a/pyproject.toml b/pyproject.toml index 709f4ec672..10dd3259e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ authors = [ ] license = { file = "LICENSE" } dependencies = [ - "fastapi==0.118.0", + "fastapi==0.123.0", "uvicorn[standard]==0.37.0", - "pydantic==2.11.9", + "pydantic==2.12.5", "python-multipart==0.0.20", "itsdangerous==2.2.0", @@ -25,14 +25,14 @@ dependencies = [ "async-timeout", "aiocache", "aiofiles", - "starlette-compress==1.6.0", + "starlette-compress==1.6.1", "httpx[socks,http2,zstd,cli,brotli]==0.28.1", "starsessions[redis]==2.2.1", "sqlalchemy==2.0.38", - "alembic==1.14.0", - "peewee==3.18.1", - "peewee-migrate==1.12.2", + "alembic==1.17.2", + "peewee==3.18.3", + "peewee-migrate==1.14.3", "pycrdt==0.12.25", "redis", @@ -41,10 +41,10 @@ dependencies = [ "RestrictedPython==8.0", "loguru==0.7.3", - "asgiref==3.8.1", + "asgiref==3.11.0", "tiktoken", - "mcp==1.21.2", + "mcp==1.22.0", "openai", "anthropic", @@ -58,7 +58,7 @@ dependencies = [ "chromadb==1.0.20", "opensearch-py==2.8.0", "PyMySQL==1.1.1", - "boto3==1.40.5", + "boto3==1.41.5", "transformers==4.57.3", "sentence-transformers==5.1.2", @@ -66,18 +66,18 @@ dependencies = [ "pyarrow==20.0.0", "einops==0.8.1", - "ftfy==6.2.3", + "ftfy==6.3.1", "chardet==5.2.0", "pypdf==6.4.0", "fpdf2==2.8.2", - "pymdown-extensions==10.14.2", + "pymdown-extensions==10.17.2", "docx2txt==0.8", "python-pptx==1.0.2", - "unstructured==0.18.18", + "unstructured==0.18.21", "msoffcrypto-tool==5.4.2", "nltk==3.9.1", - "Markdown==3.9", - "pypandoc==1.15", + "Markdown==3.10", + "pypandoc==1.16.2", "pandas==2.2.3", "openpyxl==3.1.5", "pyxlsb==1.0.10", @@ -96,18 +96,18 @@ dependencies = [ "onnxruntime==1.20.1", "faster-whisper==1.1.1", - "black==25.9.0", + "black==25.11.0", "youtube-transcript-api==1.2.2", "pytube==15.0.0", "pydub", - "ddgs==9.0.0", + "ddgs==9.9.2", "google-api-python-client", "google-auth-httplib2", "google-auth-oauthlib", - "googleapis-common-protos==1.70.0", + "googleapis-common-protos==1.72.0", "google-cloud-storage==2.19.0", "azure-identity==1.25.0", @@ -142,8 +142,8 @@ all = [ "gcp-storage-emulator>=2024.8.3", "docker~=7.1.0", "pytest~=8.3.2", - "pytest-docker~=3.1.1", - "playwright==1.49.1", + "pytest-docker~=3.2.5", + "playwright==1.56.0", "elasticsearch==9.1.0", "qdrant-client==1.14.3", @@ -153,7 +153,7 @@ all = [ "oracledb==3.2.0", "colbert-ai==0.2.21", - "firecrawl-py==4.5.0", + "firecrawl-py==4.10.0", "azure-search-documents==11.6.0", ]