From 75f57f48832ccdb7779c970d39ddbcf33c4fd472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:54:47 +0000 Subject: [PATCH] Bump mcp from 1.11.0 to 1.23.0 in /examples/integrations/strands-agents Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.11.0 to 1.23.0. - [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.11.0...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/integrations/strands-agents/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integrations/strands-agents/requirements.txt b/examples/integrations/strands-agents/requirements.txt index 4e2c84a..4d52716 100644 --- a/examples/integrations/strands-agents/requirements.txt +++ b/examples/integrations/strands-agents/requirements.txt @@ -6,7 +6,7 @@ strands-agents[ollama]==0.3.0 strands-agents-tools==0.1.9 # MCP Client for Streamable HTTP transport -mcp==1.11.0 +mcp==1.23.0 # HTTP Client httpx==0.28.1