We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7268789 commit 42c3b35Copy full SHA for 42c3b35
mcp-client-python/pyproject.toml
@@ -5,14 +5,14 @@ description = "A simple MCP client"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
dependencies = [
8
- "anthropic>=0.72.0",
9
- "mcp>=1.21.0",
10
- "python-dotenv>=1.2.1",
+ "anthropic>=0.87.0",
+ "mcp>=1.26.0",
+ "python-dotenv>=1.2.2",
11
]
12
13
[dependency-groups]
14
dev = [
15
- "ruff>=0.14.9",
+ "ruff>=0.15.8",
16
17
18
[tool.ruff]
0 commit comments