From 0971ea86949d4ba1458e83932b08bcc8b5cca159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:59:18 +0000 Subject: [PATCH] Bump mcp in /python-ecosystem/inference-orchestrator/src Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.27.1 to 1.28.1. - [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.1...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-ecosystem/inference-orchestrator/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ecosystem/inference-orchestrator/src/requirements.txt b/python-ecosystem/inference-orchestrator/src/requirements.txt index 2c2209ab..70d7a758 100644 --- a/python-ecosystem/inference-orchestrator/src/requirements.txt +++ b/python-ecosystem/inference-orchestrator/src/requirements.txt @@ -12,7 +12,7 @@ mcp-use==1.7.0 # mcp-use 1.7 imports RequestContext from the stable MCP 1.x API. MCP 2.x # removed that symbol, so allowing an unbounded transitive upgrade makes the # service crash before FastAPI and the Redis review consumer can start. -mcp==1.27.1 +mcp==1.28.1 redis>=5.0.0 newrelic==11.5.0