From cd170735c537390d888e8ef37ecfb2ad6949abd8 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sat, 20 Dec 2025 13:30:30 +0100 Subject: [PATCH] chore: dep bump (#20012) * Update requirements-min.txt * Update pyproject.toml * Update requirements.txt * Update pyproject.toml * Update requirements.txt * Update requirements-min.txt --- backend/requirements-min.txt | 8 ++++---- backend/requirements.txt | 20 ++++++++++---------- pyproject.toml | 20 ++++++++++---------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/backend/requirements-min.txt b/backend/requirements-min.txt index 49b8ef802b..a799ccb0b6 100644 --- a/backend/requirements-min.txt +++ b/backend/requirements-min.txt @@ -1,13 +1,13 @@ # Minimal requirements for backend to run # WIP: use this as a reference to build a minimal docker image -fastapi==0.124.4 +fastapi==0.125.0 uvicorn[standard]==0.37.0 pydantic==2.12.5 -python-multipart==0.0.20 +python-multipart==0.0.21 itsdangerous==2.2.0 -python-socketio==5.15.0 +python-socketio==5.15.1 python-jose==3.5.0 cryptography bcrypt==5.0.0 @@ -38,7 +38,7 @@ RestrictedPython==8.1 loguru==0.7.3 asgiref==3.11.0 -mcp==1.23.1 +mcp==1.25.0 openai langchain==0.3.27 diff --git a/backend/requirements.txt b/backend/requirements.txt index 355506364c..c0bf3f957f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,10 +1,10 @@ -fastapi==0.124.4 +fastapi==0.125.0 uvicorn[standard]==0.37.0 pydantic==2.12.5 -python-multipart==0.0.20 +python-multipart==0.0.21 itsdangerous==2.2.0 -python-socketio==5.15.0 +python-socketio==5.15.1 python-jose==3.5.0 cryptography bcrypt==5.0.0 @@ -38,19 +38,19 @@ asgiref==3.11.0 # AI libraries tiktoken -mcp==1.24.0 +mcp==1.25.0 openai anthropic -google-genai==1.55.0 -google-generativeai==0.8.5 +google-genai==1.56.0 +google-generativeai==0.8.6 langchain==0.3.27 langchain-community==0.3.29 fake-useragent==2.2.0 chromadb==1.3.7 -weaviate-client==4.18.3 +weaviate-client==4.19.0 opensearch-py==3.1.0 transformers==4.57.3 @@ -93,7 +93,7 @@ youtube-transcript-api==1.2.3 pytube==15.0.0 pydub -ddgs==9.9.3 +ddgs==9.10.0 azure-ai-documentintelligence==1.0.2 azure-identity==1.25.1 @@ -114,7 +114,7 @@ psycopg2-binary==2.9.11 pgvector==0.4.2 PyMySQL==1.1.2 -boto3==1.42.9 +boto3==1.42.13 pymilvus==2.6.5 qdrant-client==1.16.2 @@ -137,7 +137,7 @@ pytest-docker~=3.2.5 ldap3==2.9.1 ## Firecrawl -firecrawl-py==4.11.0 +firecrawl-py==4.12.0 ## Trace opentelemetry-api==1.39.1 diff --git a/pyproject.toml b/pyproject.toml index be6d7ff1c5..3d1dfa0e9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,13 @@ authors = [ ] license = { file = "LICENSE" } dependencies = [ - "fastapi==0.124.4", + "fastapi==0.125.0", "uvicorn[standard]==0.37.0", "pydantic==2.12.5", - "python-multipart==0.0.20", + "python-multipart==0.0.21", "itsdangerous==2.2.0", - "python-socketio==5.15.0", + "python-socketio==5.15.1", "python-jose==3.5.0", "cryptography", "bcrypt==5.0.0", @@ -45,12 +45,12 @@ dependencies = [ "asgiref==3.11.0", "tiktoken", - "mcp==1.24.0", + "mcp==1.25.0", "openai", "anthropic", - "google-genai==1.55.0", - "google-generativeai==0.8.5", + "google-genai==1.56.0", + "google-generativeai==0.8.6", "langchain==0.3.27", "langchain-community==0.3.29", @@ -59,7 +59,7 @@ dependencies = [ "chromadb==1.3.7", "opensearch-py==3.1.0", "PyMySQL==1.1.2", - "boto3==1.42.9", + "boto3==1.42.13", "transformers==4.57.3", "sentence-transformers==5.2.0", @@ -102,7 +102,7 @@ dependencies = [ "pytube==15.0.0", "pydub", - "ddgs==9.9.3", + "ddgs==9.10.0", "google-api-python-client", "google-auth-httplib2", @@ -149,13 +149,13 @@ all = [ "qdrant-client==1.16.2", "pymilvus==2.6.4", - "weaviate-client==4.18.3", + "weaviate-client==4.19.0", "pymilvus==2.6.5", "pinecone==6.0.2", "oracledb==3.4.1", "colbert-ai==0.2.22", - "firecrawl-py==4.11.0", + "firecrawl-py==4.12.0", "azure-search-documents==11.6.0", ]