From 2388bd65d177282b805965cef7bc8046d49e7391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:17:44 +0000 Subject: [PATCH] build(deps-dev): update mcp requirement from <2,>=1.0.0 to >=1.0.0,<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.0.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0722d62..6a02710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # `pip install "pisama[mcp]"` resolves mcp 2.0.0 and `pisama mcp-server` dies at # server.py:138 with AttributeError: 'Server' object has no attribute # 'list_tools'. Lift this only once the server is ported to the 2.x API. -mcp = ["mcp>=1.0.0,<2"] +mcp = ["mcp>=1.0.0,<3"] # pisama.auto is now original code inside this package (see src/pisama/auto/), # not an import of the standalone pisama-auto distribution -- pisama-auto stays # published separately and, in a later release, becomes a thin shim re-exporting