Skip to content

Commit a319334

Browse files
authored
fix(deps): Reduce FastAPI library required version to 0.95.0 (#372)
Should improve compatibility with other libraries.
1 parent 9444ed6 commit a319334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{ name = "Google LLC", email = "[email protected]" }]
88
requires-python = ">=3.10"
99
keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent", "Agent 2 Agent"]
1010
dependencies = [
11-
"fastapi>=0.116.1",
11+
"fastapi>=0.95.0",
1212
"httpx>=0.28.1",
1313
"httpx-sse>=0.4.0",
1414
"pydantic>=2.11.3",

0 commit comments

Comments
 (0)