From 5d0d366e8b79dc5c59234c5051f9d35b92013ff7 Mon Sep 17 00:00:00 2001 From: QJ-0511 Date: Sat, 20 Dec 2025 21:20:41 -0800 Subject: [PATCH 1/2] Update pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --------------------------------------------------------- Starting CLI Client... The script will exit after the client finishes. --------------------------------------------------------- × Failed to download `a2a-sdk==0.3.0` ├─▶ Failed to fetch: │ `https://files.pythonhosted.org/packages/a5/92/16bfbc2ef0ef037c5860ef3b13e482aeb1860b9643bf833ed522c995f639/a2a_sdk-0.3.0-py3-none-any.whl` ╰─▶ HTTP status client error (404 Not Found) for url (https://files.pythonhosted.org/packages/a5/92/16bfbc2ef0ef037c5860ef3b13e482aeb1860b9643bf833ed522c995f639/a2a_sdk-0.3.0-py3-none-any.whl) help: `a2a-sdk` (v0.3.0) was included because `a2a-mcp` (v0.1.0) depends on `a2a-sdk` Shutting down background processes... --- samples/python/agents/a2a_mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/agents/a2a_mcp/pyproject.toml b/samples/python/agents/a2a_mcp/pyproject.toml index c3dc732fe..e2679da66 100644 --- a/samples/python/agents/a2a_mcp/pyproject.toml +++ b/samples/python/agents/a2a_mcp/pyproject.toml @@ -5,7 +5,7 @@ description = "A2A - MCP Sample" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "a2a-sdk[sql]>=0.3.0", + "a2a-sdk[sql]>=0.3.10", "click>=8.1.8", "fastmcp>=1.0", "google-adk>=1.0.0", From efa72d59612e00571f3ab8a2025a8aff520a5775 Mon Sep 17 00:00:00 2001 From: QJ-0511 Date: Sat, 20 Dec 2025 21:26:23 -0800 Subject: [PATCH 2/2] Update version for a2a-sdk to 0.3.22 --- samples/python/agents/a2a_mcp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/agents/a2a_mcp/pyproject.toml b/samples/python/agents/a2a_mcp/pyproject.toml index e2679da66..05cc7108d 100644 --- a/samples/python/agents/a2a_mcp/pyproject.toml +++ b/samples/python/agents/a2a_mcp/pyproject.toml @@ -5,7 +5,7 @@ description = "A2A - MCP Sample" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "a2a-sdk[sql]>=0.3.10", + "a2a-sdk[sql]>=0.3.22", "click>=8.1.8", "fastmcp>=1.0", "google-adk>=1.0.0",