Skip to content

Commit 11d2e7d

Browse files
jer96jer
andauthored
deps(a2a): upper bound a2a sdk dep (#432)
Co-authored-by: jer <jerebill@amazon.com>
1 parent da9153a commit 11d2e7d

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",
93+
"a2a-sdk[sql]>=0.2.11,<1.0.0",
9494
"uvicorn>=0.34.2",
9595
"httpx>=0.28.1",
9696
"fastapi>=0.115.12",
@@ -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",
139+
"a2a-sdk[sql]>=0.2.11,<1.0.0",
140140
"uvicorn>=0.34.2",
141141
"httpx>=0.28.1",
142142
"fastapi>=0.115.12",

0 commit comments

Comments
 (0)