Skip to content

Commit 24ccb00

Browse files
jer96jer
andauthored
deps(a2a): address interface changes and bump min version (#515)
Co-authored-by: jer <[email protected]>
1 parent dd76000 commit 24ccb00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ writer = [
9090
]
9191

9292
a2a = [
93-
"a2a-sdk[sql]>=0.2.11,<1.0.0",
93+
"a2a-sdk[sql]>=0.2.16,<1.0.0",
9494
"uvicorn>=0.34.2,<1.0.0",
9595
"httpx>=0.28.1,<1.0.0",
9696
"fastapi>=0.115.12,<1.0.0",
@@ -136,7 +136,7 @@ all = [
136136
"opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0",
137137

138138
# a2a
139-
"a2a-sdk[sql]>=0.2.11,<1.0.0",
139+
"a2a-sdk[sql]>=0.2.16,<1.0.0",
140140
"uvicorn>=0.34.2,<1.0.0",
141141
"httpx>=0.28.1,<1.0.0",
142142
"fastapi>=0.115.12,<1.0.0",

src/strands/multiagent/a2a/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def public_agent_card(self) -> AgentCard:
8383
url=self.http_url,
8484
version=self.version,
8585
skills=self.agent_skills,
86-
defaultInputModes=["text"],
87-
defaultOutputModes=["text"],
86+
default_input_modes=["text"],
87+
default_output_modes=["text"],
8888
capabilities=self.capabilities,
8989
)
9090

0 commit comments

Comments
 (0)