Skip to content

Commit 12de58b

Browse files
author
jer
committed
deps(a2a): address interface changes and bump min version
1 parent dd76000 commit 12de58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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",

0 commit comments

Comments
 (0)