From 0ad6fab2c713d73eb2fd9365ece25a42cb342f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:14:58 +0000 Subject: [PATCH] chore(deps): update mcp requirement from <2,>=1.28.1 to >=1.28.1,<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.28.1...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e484f732..585acfed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ server = [ mcp = [ # 1.28.1 contains the current 1.x transport-security fixes; upstream explicitly # recommends the <2 cap because stable v2 is a breaking line. - "mcp>=1.28.1,<2; python_version >= '3.10'", + "mcp>=1.28.1,<3; python_version >= '3.10'", "python-multipart>=0.0.31; python_version >= '3.10'", "starlette>=1.3.1,<2; python_version >= '3.10'", "pydantic-settings>=2.14.2; python_version >= '3.10'", @@ -118,7 +118,7 @@ all = [ "python-dotenv>=1.0", "python-multipart>=0.0.31; python_version >= '3.10'", "sentence-transformers>=2.7", - "mcp>=1.28.1,<2; python_version >= '3.10'", + "mcp>=1.28.1,<3; python_version >= '3.10'", "pydantic-settings>=2.14.2; python_version >= '3.10'", "cryptography>=48.0.1; python_version >= '3.10'", "tree-sitter>=0.23", @@ -148,7 +148,7 @@ test = [ "python-multipart>=0.0.31; python_version >= '3.10'", # exercises the real sqlite-vec ANN backend (k=? KNN + filtered widening) in CI. "sqlite-vec>=0.1.6", - "mcp>=1.28.1,<2; python_version >= '3.10'", + "mcp>=1.28.1,<3; python_version >= '3.10'", "pydantic-settings>=2.14.2; python_version >= '3.10'", "cryptography>=48.0.1; python_version >= '3.10'", "tree-sitter>=0.23", diff --git a/requirements.txt b/requirements.txt index 9f21a6bf..8420dcf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ numpy>=1.24 pydantic>=2.0 python-dotenv>=1.0 sentence-transformers>=2.7 -mcp>=1.28.1,<2; python_version >= '3.10' +mcp>=1.28.1,<3; python_version >= '3.10' pydantic-settings>=2.14.2; python_version >= '3.10' cryptography>=48.0.1; python_version >= '3.10'