Skip to content

Commit 8e713b7

Browse files
authored
fix: Lower fastapi required version to fastapi>=0.115.2 (#193)
Fixes #101 🦕
1 parent b328c53 commit 8e713b7

File tree

2 files changed

+651
-692
lines changed

2 files changed

+651
-692
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
88
requires-python = ">=3.10"
99
keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent"]
1010
dependencies = [
11-
"fastapi>=0.115.12",
11+
"fastapi>=0.115.2",
1212
"httpx>=0.28.1",
1313
"httpx-sse>=0.4.0",
1414
"google-api-core>=1.26.0",
1515
"opentelemetry-api>=1.33.0",
1616
"opentelemetry-sdk>=1.33.0",
1717
"pydantic>=2.11.3",
18-
"sse-starlette>=2.3.3",
19-
"starlette>=0.46.2",
18+
"sse-starlette",
19+
"starlette",
2020
"grpcio>=1.60",
2121
"grpcio-tools>=1.60",
2222
"grpcio_reflection>=1.7.0",

0 commit comments

Comments
 (0)