Skip to content

Commit 2cd2c3f

Browse files
Merge pull request #11 from IBM/upgrade-mcp-version
chore: update dependencies in requirements.txt to latest compatible v…
2 parents 0f86b41 + a688f84 commit 2cd2c3f

1 file changed

Lines changed: 22 additions & 21 deletions

File tree

requirements.txt

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
# Core Framework Dependencies
2-
fastapi>=0.115.6
3-
starlette>=0.41.3
4-
uvicorn>=0.34.0
5-
pydantic>=2.10.4
2+
fastapi~=0.116.1
3+
starlette~=0.47.2
4+
uvicorn~=0.35.0
5+
pydantic~=2.11.7
66

77
# HTTP and API Client Libraries
8-
aiohttp>=3.11.11
9-
requests>=2.32.2
8+
aiohttp~=3.12.15
9+
requests~=2.32.4
1010

1111
# AI/ML Service SDKs
12-
mistralai~=1.5.0
13-
mistral_common>=1.5.1
14-
openai~=1.61.1
15-
anthropic~=0.45.2
16-
mcp~=1.6.0
12+
mistralai~=1.9.3
13+
mistral_common~=1.8.3
14+
openai~=1.99.1
15+
anthropic~=0.61.0
16+
mcp~=1.12.3
1717

1818
# Vector Database and Search
19-
elasticsearch>=8.17.0
20-
pymilvus>=2.5.0
19+
elasticsearch~=9.1.0
20+
pymilvus~=2.5.14
2121

2222
# Configuration and Environment
23-
python-dotenv>=1.0.1
24-
PyYAML>=6.0.2
25-
json5>=0.10.0
26-
Jinja2>=3.1.4
23+
python-dotenv~=1.1.1
24+
PyYAML~=6.0.2
25+
json5~=0.12.0
26+
Jinja2~=3.1.6
2727

2828
# For specific tool implementations
29-
beautifulsoup4~=4.13.3
29+
beautifulsoup4~=4.13.4
3030

3131
# Utilities
32-
tenacity~=9.0.0
33-
streamlit~=1.42.0
34-
pytest~=8.3.4
32+
tenacity~=9.1.2
33+
streamlit~=1.48.0
34+
pytest~=8.4.1
35+
anyio~=4.10.0

0 commit comments

Comments
 (0)