From bda25bb26baaed277e35ae51633ae50d5be5a455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:55:57 +0000 Subject: [PATCH] deps(backend): update httpx requirement in /backend 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.24.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-ci.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..1117da5 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -16,7 +16,7 @@ redis==5.0.1 hiredis==2.3.2 # HTTP client - Fixed version compatibility with supabase -httpx>=0.24.0,<0.26.0 +httpx>=0.24.0,<0.29.0 aiohttp>=3.9.0 websockets==12.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..cdb93c5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ redis==5.0.1 hiredis==2.3.2 # HTTP client - websockets>=11,<13 for supabase realtime compatibility -httpx>=0.24.0,<0.26.0 +httpx>=0.24.0,<0.29.0 aiohttp>=3.10.0,<3.11.0 websockets>=11.0,<13.0