From 3750823589f0abc92aeb7dbcdf5f48cf0178fa8b Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Thu, 31 Jul 2025 17:12:11 +0100 Subject: [PATCH] fix(deps): Reduce FastAPI library required version to `0.95.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bea4e38..d287279e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }] requires-python = ">=3.10" keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent", "Agent 2 Agent"] dependencies = [ - "fastapi>=0.116.1", + "fastapi>=0.95.0", "httpx>=0.28.1", "httpx-sse>=0.4.0", "pydantic>=2.11.3",