From 7076e6c83ebef961254586d79b228279e7615318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:20:54 +0000 Subject: [PATCH] Bump mcp in /aws-only/workshop/l3-orchestration/agents Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.23.0 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.23.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../workshop/l3-orchestration/agents/requirements_order_a2a.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-only/workshop/l3-orchestration/agents/requirements_order_a2a.txt b/aws-only/workshop/l3-orchestration/agents/requirements_order_a2a.txt index 7aad297..fe68add 100644 --- a/aws-only/workshop/l3-orchestration/agents/requirements_order_a2a.txt +++ b/aws-only/workshop/l3-orchestration/agents/requirements_order_a2a.txt @@ -5,6 +5,6 @@ strands-agents-tools==0.2.0 fastapi==0.115.0 uvicorn==0.32.0 pyyaml==6.0.2 -mcp==1.23.0 +mcp==1.28.1 httpx==0.27.2 litellm==1.83.14