@@ -9,7 +9,7 @@ dependencies = [
99 " fastapi==0.128.0" ,
1010 " uvicorn[standard]==0.40.0" ,
1111 " pydantic==2.12.5" ,
12- " python-multipart==0.0.21 " ,
12+ " python-multipart==0.0.22 " ,
1313 " itsdangerous==2.2.0" ,
1414
1515 " python-socketio==5.16.0" ,
@@ -21,21 +21,21 @@ dependencies = [
2121 " authlib==1.6.6" ,
2222
2323 " requests==2.32.5" ,
24- " aiohttp==3.13.2" ,
24+ " aiohttp==3.13.2" # do not update to 3.13.3 - broken ,
2525 "async-timeout",
2626 "aiocache",
2727 "aiofiles",
28- " starlette-compress==1.6.1 " ,
28+ "starlette-compress==1.7.0 ",
2929 "httpx[socks,http2,zstd,cli,brotli]==0.28.1",
3030 "starsessions[redis]==2.2.1",
3131 "python-mimeparse==2.0.0",
3232
33- " sqlalchemy==2.0.45 " ,
34- " alembic==1.18.1 " ,
33+ "sqlalchemy==2.0.46 ",
34+ "alembic==1.18.3 ",
3535 "peewee==3.19.0",
3636 "peewee-migrate==1.14.3",
3737
38- " pycrdt==0.12.44 " ,
38+ "pycrdt==0.12.45 ",
3939 "redis",
4040
4141 "APScheduler==3.11.2",
@@ -45,13 +45,13 @@ dependencies = [
4545 "asgiref==3.11.0",
4646
4747 "tiktoken",
48- " mcp==1.25 .0" ,
48+ "mcp==1.26 .0",
4949
5050 "openai",
5151 "anthropic",
52- " google-genai==1.59 .0" ,
52+ "google-genai==1.60 .0",
5353
54- " langchain==1.2.4 " ,
54+ "langchain==1.2.7 ",
5555 "langchain-community==0.4.1",
5656 "langchain-classic==1.0.1",
5757 "langchain-text-splitters==1.1.0",
@@ -60,25 +60,25 @@ dependencies = [
6060 "chromadb==1.4.1",
6161 "opensearch-py==3.1.0",
6262 "PyMySQL==1.1.2",
63- " boto3==1.42.29 " ,
63+ "boto3==1.42.38 ",
6464
6565 "transformers==4.57.6",
66- " sentence-transformers==5.2.0 " ,
66+ "sentence-transformers==5.2.2 ",
6767 "accelerate",
6868 "pyarrow==20.0.0", # fix: pin pyarrow version to 20 for rpi compatibility #15897
69- " einops==0.8.1 " ,
69+ "einops==0.8.2 ",
7070
7171 "ftfy==6.3.1",
7272 "chardet==5.2.0",
73- " pypdf==6.6.0 " ,
73+ "pypdf==6.6.2 ",
7474 "fpdf2==2.8.5",
75- " pymdown-extensions==10.20" ,
75+ "pymdown-extensions==10.20.1 ",
7676 "docx2txt==0.9",
7777 "python-pptx==1.0.2",
78- " unstructured==0.18.27 " ,
78+ "unstructured==0.18.31 ",
7979 "msoffcrypto-tool==5.4.2",
8080 "nltk==3.9.2",
81- " Markdown==3.10" ,
81+ "Markdown==3.10.1 ",
8282 "pypandoc==1.16.2",
8383 "pandas==2.3.3",
8484 "openpyxl==3.1.5",
@@ -91,15 +91,15 @@ dependencies = [
9191 "azure-ai-documentintelligence==1.0.2",
9292
9393 "pillow==12.1.0",
94- " opencv-python-headless==4.12 .0.88 " ,
94+ "opencv-python-headless==4.13 .0.90 ",
9595 "rapidocr-onnxruntime==1.4.4",
9696 "rank-bm25==0.2.2",
9797
9898 "onnxruntime==1.23.2",
9999 "faster-whisper==1.2.1",
100100
101- " black==25.12 .0" ,
102- " youtube-transcript-api==1.2.3 " ,
101+ "black==26.1 .0",
102+ "youtube-transcript-api==1.2.4 ",
103103 "pytube==15.0.0",
104104
105105 "pydub",
@@ -145,18 +145,18 @@ all = [
145145 " docker~=7.1.0" ,
146146 " pytest~=8.3.2" ,
147147 " pytest-docker~=3.2.5" ,
148- " playwright==1.57 .0" , # Caution: version must match docker-compose.playwright.yaml - Update the docker-compose.yaml if necessary
148+ " playwright==1.58 .0" , # Caution: version must match docker-compose.playwright.yaml - Update the docker-compose.yaml if necessary
149149 " elasticsearch==9.2.1" ,
150150
151151 " qdrant-client==1.16.2" ,
152152
153153 " weaviate-client==4.19.2" ,
154- " pymilvus==2.6.6 " ,
154+ " pymilvus==2.6.8 " ,
155155 " pinecone==6.0.2" ,
156- " oracledb==3.4.1 " ,
156+ " oracledb==3.4.2 " ,
157157 " colbert-ai==0.2.22" ,
158158
159- " firecrawl-py==4.13 .0" ,
159+ " firecrawl-py==4.14 .0" ,
160160 " azure-search-documents==11.6.0" ,
161161]
162162
0 commit comments