From 7c136de83380b4826445c7d04c3d48ed68b39471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:48:39 +0000 Subject: [PATCH] deps: update mcp requirement from <2,>=1.27.2 to >=1.27.2,<3 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](https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.2...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1afa769..de43cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ # already 2.x-compatible — it calls ClientSession.list_tools(), which 2.0.0 # keeps — so lifting this cap only needs the three fixture servers ported to # the 2.x add_request_handler API. - "mcp>=1.27.2,<2", + "mcp>=1.27.2,<3", "rfc8785>=0.1.4", "pydantic>=2.0.0", "typer>=0.26.7",