Skip to content

Commit 42c3b35

Browse files
authored
Upgrade python packages to fix security vulnerabilities in PyJwt (#124)
1 parent 7268789 commit 42c3b35

File tree

4 files changed

+503
-499
lines changed

4 files changed

+503
-499
lines changed

mcp-client-python/pyproject.toml

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

1313
[dependency-groups]
1414
dev = [
15-
"ruff>=0.14.9",
15+
"ruff>=0.15.8",
1616
]
1717

1818
[tool.ruff]

0 commit comments

Comments
 (0)