Skip to content

Commit 7a97ad2

Browse files
chore(deps): update mcp requirement
Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7dd6977 commit 7a97ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31-
"mcp>=1.0.0,<2.0.0",
31+
"mcp>=1.0.0,<3.0.0",
3232
"pyyaml>=6.0.3",
3333
]
3434

0 commit comments

Comments
 (0)