Skip to content

Commit 1474ab5

Browse files
author
Simba Khadder
committed
One more try at deps
1 parent 8395b0a commit 1474ab5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/openai_chat_agent/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ enrichmcp[all]
22
langchain_openai
33
langchain_ollama
44
langchain_community
5-
mcp_use
5+
mcp_use>=1.4.0
66
python-dotenv
77
httpx

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev = [
7070
"aiosqlite>=0.19.0",
7171
"sqlalchemy>=2.0.0",
7272
"sqlalchemy2-stubs>=0.0.2a5",
73-
"mcp_use>=1.0.0,!=1.3.11",
73+
"mcp_use>=1.4.0",
7474
]
7575
sqlalchemy = [
7676
"sqlalchemy>=2.0.0",
@@ -81,7 +81,7 @@ all = [
8181
"sqlalchemy>=2.0.0",
8282
"sqlalchemy2-stubs>=0.0.2a5",
8383
"aiosqlite>=0.19.0",
84-
"mcp_use>=1.0.0,!=1.3.11",
84+
"mcp_use>=1.4.0",
8585
]
8686

8787
[tool.setuptools.packages.find]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-cov>=5.0.0
88
fakeredis>=2.0.0
99

1010
# MCP client utilities used by example tests
11-
mcp_use>=1.0.0,!=1.3.11
11+
mcp_use>=1.4.0
1212

1313
# Code quality
1414
ruff>=0.8.0

0 commit comments

Comments
 (0)