Skip to content

Commit f42a4bd

Browse files
committed
Change FastAPI Version
1 parent e679986 commit f42a4bd

File tree

2 files changed

+336
-8
lines changed

2 files changed

+336
-8
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 = "[email protected]" }]
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.37.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)