From 263cf364acd66a7386b54016234b4b4e9f5efec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:13:59 +0000 Subject: [PATCH] Update mcp requirement from <2.0,>=1.26.0 to >=1.26.0,<3.0 in /python 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.26.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d1d0b57b59f0..f3756870f35e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ # Protobuf # explicit typing extensions "typing-extensions>=4.13", - "mcp>=1.26.0,<2.0", + "mcp>=1.26.0,<3.0", ] ### Optional dependencies @@ -96,7 +96,7 @@ hugging_face = [ "torch==2.13.0" ] mcp = [ - "mcp>=1.8,<2.0", + "mcp>=1.8,<3.0", ] milvus = [ "pymilvus >= 2.3,< 2.7",