From 99a617bfb5d93a62700d7d5304ab73ba282f530b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:44:32 +0000 Subject: [PATCH] chore(deps): update mcp requirement from <2,>=1.27 to >=1.27,<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.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 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 c971f40..7eee957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ # NOTE: 3 mcp vulnerabilities with "Inconclusive" reachability. # Latest stable (1.28.1) does not yet fix them. Upgrade when patches land. - "mcp[cli]>=1.27,<2", + "mcp[cli]>=1.27,<3", ] [project.urls]