@@ -14,17 +14,17 @@ dependencies = [
1414
1515 " python-socketio==5.16.1" ,
1616 " python-jose==3.5.0" ,
17- " cryptography" ,
17+ " cryptography==45.0.7 " ,
1818 " bcrypt==5.0.0" ,
1919 " argon2-cffi==25.1.0" ,
2020 " PyJWT[crypto]==2.11.0" ,
2121 " authlib==1.6.9" ,
2222
2323 " requests==2.32.5" ,
2424 " aiohttp==3.13.2" , # do not update to 3.13.3 - broken
25- " async-timeout" ,
26- " aiocache" ,
27- " aiofiles" ,
25+ " async-timeout==5.0.1 " ,
26+ " aiocache==0.12.3 " ,
27+ " aiofiles==25.1.0 " ,
2828 " starlette-compress==1.7.0" ,
2929 " Brotli==1.1.0" ,
3030 " httpx[socks,http2,zstd,cli,brotli]==0.28.1" ,
@@ -37,7 +37,7 @@ dependencies = [
3737 " peewee-migrate==1.14.3" ,
3838
3939 " pycrdt==0.12.47" ,
40- " redis" ,
40+ " redis==7.4.0 " ,
4141
4242 " pytz==2026.1.post1" ,
4343 " APScheduler==3.11.2" ,
@@ -46,11 +46,11 @@ dependencies = [
4646 " loguru==0.7.3" ,
4747 " asgiref==3.11.1" ,
4848
49- " tiktoken" ,
49+ " tiktoken==0.12.0 " ,
5050 " mcp==1.26.0" ,
5151
52- " openai" ,
53- " anthropic" ,
52+ " openai==2.29.0 " ,
53+ " anthropic==0.86.0 " ,
5454 " google-genai==1.66.0" ,
5555
5656 " langchain==1.2.10" ,
@@ -66,7 +66,7 @@ dependencies = [
6666
6767 " transformers==5.3.0" ,
6868 " sentence-transformers==5.2.3" ,
69- " accelerate" ,
69+ " accelerate==1.12.0 " ,
7070 " pyarrow==20.0.0" , # fix: pin pyarrow version to 20 for rpi compatibility #15897
7171 " einops==0.8.2" ,
7272
@@ -86,8 +86,8 @@ dependencies = [
8686 " pyxlsb==1.0.10" ,
8787 " xlrd==2.0.2" ,
8888 " validators==0.35.0" ,
89- " psutil" ,
90- " sentencepiece" ,
89+ " psutil==7.2.2 " ,
90+ " sentencepiece==0.2.1 " ,
9191 " soundfile==0.13.1" ,
9292 " azure-ai-documentintelligence==1.0.2" ,
9393
@@ -103,12 +103,12 @@ dependencies = [
103103 " youtube-transcript-api==1.2.4" ,
104104 " pytube==15.0.0" ,
105105
106- " pydub" ,
106+ " pydub==0.25.1 " ,
107107 " ddgs==9.11.3" ,
108108
109- " google-api-python-client" ,
110- " google-auth-httplib2" ,
111- " google-auth-oauthlib" ,
109+ " google-api-python-client==2.193.0 " ,
110+ " google-auth-httplib2==0.3.0 " ,
111+ " google-auth-oauthlib==1.3.0 " ,
112112
113113 " googleapis-common-protos==1.72.0" ,
114114 " google-cloud-storage==3.9.0" ,
@@ -144,7 +144,7 @@ unstructured = [
144144]
145145
146146all = [
147- " pymongo" ,
147+ " pymongo==4.16.0 " ,
148148 " psycopg2-binary==2.9.11" ,
149149 " pgvector==0.4.2" ,
150150 " moto[s3]>=5.0.26" ,
0 commit comments