Skip to content

Commit d518b76

Browse files
authored
Merge pull request #64 from cbcoutinho/renovate/mcp-1.x
fix(deps): update dependency mcp to >=1.10,<1.11
2 parents 5179db4 + 251c9aa commit d518b76

File tree

2 files changed

+130
-5
lines changed

2 files changed

+130
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"mcp[cli] (>=1.9,<1.10)",
11+
"mcp[cli] (>=1.10,<1.11)",
1212
"httpx (>=0.28.1,<0.29.0)",
1313
"pillow (>=11.2.1,<12.0.0)"
1414
]

0 commit comments

Comments
 (0)