From 651913f4bfa3a32c88a2e64f15b22c8e164d1258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:56:27 +0000 Subject: [PATCH] chore(deps-dev): update mcp requirement from <2.0,>=1.13 to >=1.13,<3.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](https://github.com/modelcontextprotocol/python-sdk/compare/v1.13.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 b9e7b64..12c28f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ test = [ "python-dotenv>=1.0,<2.0", "pyyaml>=6.0,<7.0", "markdown>=3.5,<4.0", - "mcp>=1.13,<2.0", + "mcp>=1.13,<3.0", ] tools = [ "ruff>=0.11,<1.0",