From 7ad2906ea5e21027a89ee0beb760875f4b64b6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:46:10 +0000 Subject: [PATCH] Update httpx requirement from >=0.25.0 to >=0.28.1 in /src/a2a Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/a2a/requirements_a2a.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/a2a/requirements_a2a.txt b/src/a2a/requirements_a2a.txt index 1c5a4d1..2613fce 100644 --- a/src/a2a/requirements_a2a.txt +++ b/src/a2a/requirements_a2a.txt @@ -1,9 +1,9 @@ -fastapi>=0.104.0 +fastapi>=0.104.0 uvicorn[standard]>=0.24.0 starlette>=0.27.0 pydantic>=2.5.0 aiofiles>=23.2.0 -httpx>=0.25.0 +httpx>=0.28.1 psutil>=5.9.0 prometheus-client>=0.19.0 gunicorn>=21.2.0