From 7e09c8f0b63aa36b985b583a804d0abeb82fec17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:16:37 +0000 Subject: [PATCH] chore(deps): update httpx requirement in /api-server --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-server/requirements.txt b/api-server/requirements.txt index a79d210..8377c21 100644 --- a/api-server/requirements.txt +++ b/api-server/requirements.txt @@ -1,4 +1,4 @@ fastapi>=0.115.0 uvicorn[standard]>=0.51.0 -httpx>=0.27.0 +httpx>=0.28.1 pydantic>=2.13.4