Skip to content

Commit 9f1d972

Browse files
Update package versions in constraints and requirements files
1 parent 286acc5 commit 9f1d972

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

backend/constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-f https://download.pytorch.org/whl/torch_stable.html
2-
torch==2.3.1+cpu
3-
torchvision==0.18.1+cpu
4-
torchaudio==2.3.1+cpu
2+
torch>=2.10.0+cpu
3+
torchvision>=0.25.0+cpu
4+
torchaudio>=2.10.0+cpu

backend/requirements.txt

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
accelerate==1.12.0
1+
accelerate==1.13.0
22
asyncio==4.0.0
3-
boto3==1.40.23
4-
botocore==1.40.23
5-
certifi==2025.8.3
6-
fastapi==0.116.1
3+
boto3==1.42.70
4+
botocore==1.42.70
5+
certifi==2026.2.25
6+
fastapi==0.135.1
77
fastapi-health==0.4.0
8-
fireworks-ai==0.15.12
9-
google-api-core==2.25.1
10-
google-auth==2.40.3
11-
google_auth_oauthlib==1.2.2
12-
google-cloud-core==2.4.3
13-
json-repair==0.44.1
8+
fireworks-ai==0.19.20
9+
google-api-core==2.30.0
10+
google-auth==2.49.1
11+
google_auth_oauthlib==1.3.0
12+
google-cloud-core==2.5.0
13+
json-repair>=0.44.1
1414
pip-install==1.3.5
15-
langchain==1.1.2
16-
langchain-aws==1.1.0
17-
langchain-anthropic==1.2.0
15+
langchain>=1.1.2
16+
langchain-aws==1.4.0
17+
langchain-anthropic==1.4.0
1818
langchain-fireworks==1.1.0
1919
langchain-community==0.4.1
20-
langchain-core==1.2.5
21-
langchain-experimental==0.4.0
22-
langchain-google-vertexai==3.1.1
23-
langchain-groq==1.1.0
24-
langchain-openai==1.1.0
25-
langchain-text-splitters==1.0.0
26-
langchain-huggingface==1.1.0
27-
langchain-classic==1.0.0
20+
langchain-core==1.2.19
21+
langchain-experimental==0.4.1
22+
langchain-google-vertexai==3.2.2
23+
langchain-groq==1.1.2
24+
langchain-openai==1.1.11
25+
langchain-text-splitters==1.1.1
26+
langchain-huggingface==1.2.1
27+
langchain-classic==1.0.3
2828
langdetect==1.0.9
29-
langsmith==0.4.55
29+
langsmith==0.7.20
3030
langserve==0.3.3
31-
neo4j-rust-ext==5.28.2.1
32-
nltk==3.9.1
33-
openai==2.9.0
34-
psutil==7.0.0
31+
neo4j-rust-ext>=5.28.2.1
32+
nltk==3.9.3
33+
openai==2.29.0
34+
psutil==7.2.2
3535
pydantic==2.12.5
36-
python-dotenv==1.1.1
36+
python-dotenv==1.2.2
3737
python-magic==0.4.27
3838
PyPDF2==3.0.1
39-
PyMuPDF==1.26.4
40-
starlette==0.47.3
41-
sse-starlette==3.0.2
39+
PyMuPDF==1.27.2
40+
starlette==0.52.1
41+
sse-starlette==3.3.3
4242
starlette-session==0.4.3
43-
tqdm==4.67.1
44-
unstructured[all-docs]==0.18.14
45-
unstructured-client==0.42.3
46-
unstructured-inference==1.0.5
47-
urllib3==2.6.2
48-
uvicorn==0.35.0
49-
gunicorn==23.0.0
43+
tqdm==4.67.3
44+
unstructured[all-docs]==0.21.5
45+
unstructured-client==0.42.10
46+
unstructured-inference>=1.0.5
47+
urllib3==2.6.3
48+
uvicorn==0.42.0
49+
gunicorn==25.1.0
5050
wikipedia==1.4.0
5151
wrapt==1.17.3
52-
yarl==1.20.1
53-
youtube-transcript-api==1.2.2
52+
yarl==1.23.0
53+
youtube-transcript-api==1.2.4
5454
zipp==3.23.0
55-
sentence-transformers==5.1.0
56-
google-cloud-logging==3.12.1
57-
pypandoc==1.15
58-
graphdatascience==1.18a1
59-
Secweb==1.25.2
60-
ragas==0.4.0
55+
sentence-transformers==5.3.0
56+
google-cloud-logging==3.14.0
57+
pypandoc==1.17
58+
graphdatascience>=1.18a1
59+
Secweb==1.30.10
60+
ragas==0.4.3
6161
rouge_score==0.1.2
62-
langchain-neo4j==0.6.0
63-
pypandoc-binary==1.15
64-
chardet==5.2.0
62+
langchain-neo4j>=0.6.0
63+
pypandoc-binary==1.17
64+
chardet==7.2.0

0 commit comments

Comments
 (0)