Skip to content

Commit cb83831

Browse files
committed
chore: pin deps
1 parent adf7af3 commit cb83831

2 files changed

Lines changed: 33 additions & 33 deletions

File tree

backend/requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ itsdangerous==2.2.0
66

77
python-socketio==5.16.1
88
python-jose==3.5.0
9-
cryptography
9+
cryptography==45.0.7
1010
bcrypt==5.0.0
1111
argon2-cffi==25.1.0
1212
PyJWT[crypto]==2.11.0
1313
authlib==1.6.9
1414

1515
requests==2.32.5
1616
aiohttp==3.13.2 # do not update to 3.13.3 - broken
17-
async-timeout
18-
aiocache
19-
aiofiles
17+
async-timeout==5.0.1
18+
aiocache==0.12.3
19+
aiofiles==25.1.0
2020
starlette-compress==1.7.0
2121
Brotli==1.1.0
2222
httpx[socks,http2,zstd,cli,brotli]==0.28.1
@@ -29,7 +29,7 @@ peewee==3.19.0
2929
peewee-migrate==1.14.3
3030

3131
pycrdt==0.12.47
32-
redis
32+
redis==7.4.0
3333

3434
APScheduler==3.11.2
3535
RestrictedPython==8.1
@@ -39,11 +39,11 @@ loguru==0.7.3
3939
asgiref==3.11.1
4040

4141
# AI libraries
42-
tiktoken
42+
tiktoken==0.12.0
4343
mcp==1.26.0
4444

45-
openai
46-
anthropic
45+
openai==2.29.0
46+
anthropic==0.86.0
4747
google-genai==1.66.0
4848

4949
langchain==1.2.10
@@ -58,7 +58,7 @@ opensearch-py==3.1.0
5858

5959
transformers==5.3.0
6060
sentence-transformers==5.2.3
61-
accelerate
61+
accelerate==1.12.0
6262
pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
6363
einops==0.8.2
6464

@@ -74,15 +74,15 @@ unstructured==0.18.31
7474

7575
nltk==3.9.3
7676
Markdown==3.10.2
77-
beautifulsoup4
77+
beautifulsoup4==4.14.3
7878
pypandoc==1.16.2
7979
pandas==3.0.1
8080
openpyxl==3.1.5
8181
pyxlsb==1.0.10
8282
xlrd==2.0.2
8383
validators==0.35.0
84-
psutil
85-
sentencepiece
84+
psutil==7.2.2
85+
sentencepiece==0.2.1
8686
soundfile==0.13.1
8787

8888
pillow==12.1.1
@@ -97,7 +97,7 @@ black==26.1.0
9797
youtube-transcript-api==1.2.4
9898
pytube==15.0.0
9999

100-
pydub
100+
pydub==0.25.1
101101
ddgs==9.11.3
102102

103103
azure-ai-documentintelligence==1.0.2
@@ -106,15 +106,15 @@ azure-storage-blob==12.28.0
106106
azure-search-documents==11.6.0
107107

108108
## Google Drive
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
115115

116116
## Databases
117-
pymongo
117+
pymongo==4.16.0
118118
psycopg2-binary==2.9.11
119119
pgvector==0.4.2
120120

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

146146
all = [
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

Comments
 (0)