We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12529fb commit 8395b0aCopy full SHA for 8395b0a
pyproject.toml
@@ -70,7 +70,7 @@ dev = [
70
"aiosqlite>=0.19.0",
71
"sqlalchemy>=2.0.0",
72
"sqlalchemy2-stubs>=0.0.2a5",
73
- "mcp_use>=1.0.0,!=1.4.1",
+ "mcp_use>=1.0.0,!=1.3.11",
74
]
75
sqlalchemy = [
76
@@ -81,7 +81,7 @@ all = [
81
82
83
84
85
86
87
[tool.setuptools.packages.find]
requirements-dev.txt
@@ -8,7 +8,7 @@ pytest-cov>=5.0.0
8
fakeredis>=2.0.0
9
10
# MCP client utilities used by example tests
11
-mcp_use>=1.0.0,!=1.4.1
+mcp_use>=1.0.0,!=1.3.11
12
13
# Code quality
14
ruff>=0.8.0
0 commit comments