Skip to content

Commit 8395b0a

Browse files
author
Simba Khadder
committed
Change the broken dep of mcp-use
1 parent 12529fb commit 8395b0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.4.1",
73+
"mcp_use>=1.0.0,!=1.3.11",
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.4.1",
84+
"mcp_use>=1.0.0,!=1.3.11",
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.4.1
11+
mcp_use>=1.0.0,!=1.3.11
1212

1313
# Code quality
1414
ruff>=0.8.0

0 commit comments

Comments
 (0)