From 0c6a53babfcbde9e825dc0b8831bfcc2bb798b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:24:48 +0000 Subject: [PATCH] chore(deps): update mcp requirement from >=1.8.0 to >=1.27.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.8.0...v1.27.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65556f6..80753c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # ============================================================================= # === MCP SDK (Streamable HTTP transport) === -mcp>=1.8.0 +mcp>=1.27.1 # === Web Framework (pour FastMCP Streamable HTTP) === fastapi>=0.100.0