From 141c8527b70f47fd147301a57a31efa77201a29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:32:41 +0000 Subject: [PATCH] Update mcp requirement from >=1.28.0 to >=1.28.1 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.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.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 5b65f38d6..04d146636 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -81,7 +81,7 @@ posthog==7.20.4 # https://github.com/posthog/posthog-python # Model Context Protocol # ------------------------------------------------------------------------------ -mcp>=1.28.0 # https://github.com/anthropics/python-sdk +mcp>=1.28.1 # https://github.com/anthropics/python-sdk # Not directly required, pinned by Snyk to avoid a vulnerability # ------------------------------------------------------------------------------