Skip to content

Commit 6785f80

Browse files
authored
Merge pull request #70 from a-akimov/python-client-upgrade-deps
Python client upgrade dependencies
2 parents 57101bc + b4b94e1 commit 6785f80

File tree

2 files changed

+689
-189
lines changed

2 files changed

+689
-189
lines changed

mcp-client-python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A simple MCP client"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8-
"anthropic>=0.40.0",
9-
"mcp>=1.1.1",
10-
"python-dotenv>=1.0.1",
8+
"anthropic>=0.72.0",
9+
"mcp>=1.21.0",
10+
"python-dotenv>=1.2.1",
1111
]

0 commit comments

Comments
 (0)