From 93305c6cb88a99563a2d9cf2a4bcee2548860f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:23:15 +0000 Subject: [PATCH] Update mcp requirement from <2,>=1.28.1 to >=2.0.0,<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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ed94375ac..1105697f3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -82,7 +82,7 @@ posthog==7.33.0 # https://github.com/posthog/posthog-python # Model Context Protocol # ------------------------------------------------------------------------------ -mcp>=1.28.1,<2 # https://github.com/modelcontextprotocol/python-sdk +mcp>=2.0.0,<3 # https://github.com/modelcontextprotocol/python-sdk # ^ pydantic-ai-slim[mcp] -> fastmcp-slim caps mcp<2.0 across its whole # published range as of 2026-08; mcp 2.0 is a breaking rewrite (decorator-based # handler registration on mcp.server.lowlevel.Server removed in favor of