@@ -1164,7 +1164,7 @@ description = "AgentCore A2A Agent using Google ADK"
11641164readme = "README.md"
11651165requires-python = ">=3.10"
11661166dependencies = [
1167- "a2a-sdk >= 0.2.0",
1167+ "a2a-sdk >= 0.2.0, < 1.0.0 ",
11681168 "aws-opentelemetry-distro",
11691169 "bedrock-agentcore[a2a] >= 1.0.3",
11701170 "google-adk >= 1.0.0",
@@ -1525,7 +1525,7 @@ description = "AgentCore A2A Agent using LangChain + LangGraph"
15251525readme = "README.md"
15261526requires-python = ">=3.10"
15271527dependencies = [
1528- "a2a-sdk >= 0.2.0",
1528+ "a2a-sdk >= 0.2.0, < 1.0.0 ",
15291529 { {#if (eq modelProvider "Anthropic ")}} "langchain-anthropic >= 0.3.0",
15301530 { {/if }} { {#if (eq modelProvider "Bedrock ")}} "langchain-aws >= 0.2.0",
15311531 { {/if }} { {#if (eq modelProvider "Gemini ")}} "langchain-google-genai >= 2.0.0",
@@ -1869,7 +1869,7 @@ readme = "README.md"
18691869requires-python = ">=3.10"
18701870dependencies = [
18711871 { {#if (eq modelProvider "Anthropic ")}} "anthropic >= 0.30.0",
1872- { {/if }} "a2a-sdk[all] >= 0.2.0",
1872+ { {/if }} "a2a-sdk[all] >= 0.2.0, < 1.0.0 ",
18731873 "aws-opentelemetry-distro",
18741874 "bedrock-agentcore[a2a] >= 1.0.3",
18751875 "botocore[crt] >= 1.35.0",
0 commit comments