From 96d597d9f94651a29c4bee3d5580dbba329f33ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:08:30 +0000 Subject: [PATCH] chore(deps): update mcp requirement from <2,>=1.28.1 to >=2.1.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.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 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 b57348019..496c4ad63 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -82,7 +82,7 @@ posthog==7.35.4 # https://github.com/posthog/posthog-python # Model Context Protocol # ------------------------------------------------------------------------------ -mcp>=1.28.1,<2 # https://github.com/modelcontextprotocol/python-sdk +mcp>=2.1.1,<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