Skip to content

Commit 8032bb0

Browse files
Update mcp requirement from >=1.0.0 to >=1.27.0
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...v1.27.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49309d5 commit 8032bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jsonschema==4.26.0
7777

7878
# Model Context Protocol
7979
# ------------------------------------------------------------------------------
80-
mcp>=1.0.0 # https://github.com/anthropics/python-sdk
80+
mcp>=1.27.0 # https://github.com/anthropics/python-sdk
8181

8282
# Not directly required, pinned by Snyk to avoid a vulnerability
8383
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)