From c632cbcc9ad511127dc1d71b83b96ee577ec0b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 22:53:02 +0000 Subject: [PATCH] chore(deps): 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.25.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d432f54..d4fd6ef 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -9,7 +9,7 @@ authors = [ dependencies = [ "fastapi>=0.109,<1", "uvicorn[standard]>=0.22,<1", - "httpx>=0.25,<0.28", + "httpx>=0.25,<0.29", "pydantic>=2.6,<3", "pydantic-settings>=2.0,<3", "google-generativeai>=0.6,<0.7",