From 1a008fbbb5405118328b984a63aa908601fc3491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:23:53 +0000 Subject: [PATCH] Update mcp requirement from <2,>=1.2 to >=1.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.2.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e19357e..8a7c1e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,14 +24,14 @@ pdf = [ "weasyprint>=60.0" ] mcp = [ - "mcp>=1.2,<2" + "mcp>=1.2,<3" ] dev = [ "pytest>=7.4.0", "pytest-cov>=4.1.0", "ruff>=0.1.0", "mypy>=1.8.0", - "mcp>=1.2,<2" + "mcp>=1.2,<3" ] [project.scripts]