Skip to content

Commit cc2f8f8

Browse files
chore(deps): update mcp requirement from ~=1.26.0 to >=1.26,<1.28
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.26.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 28bdb9e commit cc2f8f8

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
@@ -35,7 +35,7 @@ classifiers = [
3535
"Framework :: FastAPI",
3636
]
3737
dependencies = [
38-
"mcp~=1.26.0",
38+
"mcp>=1.26,<1.28",
3939
"fastmcp~=2.14.0",
4040
"pydantic~=2.12.0",
4141
"httpx~=0.28.0",

0 commit comments

Comments
 (0)