Skip to content

Commit a7f9edb

Browse files
committed
fix(dependencies): update mcp dependency version to 1.1.2 for compatibility
feat(tests): add pytest-mock dependency to enhance testing capabilities
1 parent f9d7b42 commit a7f9edb

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
dependencies = [
88
"asyncio>=3.4.3",
9-
"mcp>=1.1.0",
9+
"mcp>=1.1.2",
1010
]
1111
requires-python = ">=3.11"
1212
readme = "README.md"
@@ -22,6 +22,7 @@ test = [
2222
"pytest-asyncio>=0.23.0",
2323
"pytest-env>=1.1.0",
2424
"pytest-cov>=6.0.0",
25+
"pytest-mock>=3.12.0",
2526
]
2627
dev = [
2728
"ruff>=0.0.262",

uv.lock

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)