From 37e68d94d3ed939862efc14d2df1f5158bb46b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:34:32 +0000 Subject: [PATCH] Update mcp requirement from >=1.27.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.27.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 082781e..fe3b045 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ pydantic>=2.13.0 # --- Model Context Protocol ---------------------------------------------- # The official Python SDK powers synthesis_engine.mcp (client, six primitives, # OAuth, Tasks). Track 1.27+, which carries the Tasks experimental client. -mcp>=1.27.0 +mcp>=1.27.1 # --- Background-task scheduling ------------------------------------------ # Powers synthesis_engine.tasks.scheduler — the cron-style loop that drives