From 9c4ceb033a9cb69e69b28949e8c2e578bac944e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:47:29 +0000 Subject: [PATCH] build(deps): update httpx requirement from >=0.24.0 to >=0.28.1 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] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7fe506b..a631f1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ dependencies = [ "fastapi>=0.104.0", "pydantic>=2.0.0", - "httpx>=0.24.0", + "httpx>=0.28.1", "websockets>=11.0", "python-multipart>=0.0.6", "uvicorn>=0.23.0", @@ -27,18 +27,18 @@ api = [ "fastapi>=0.104.0", ] dashboard = [ - "httpx>=0.24.0", + "httpx>=0.28.1", "websockets>=11.0", ] sdk = [ - "httpx>=0.24.0", + "httpx>=0.28.1", ] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", ] all = [ - "httpx>=0.24.0", + "httpx>=0.28.1", "websockets>=11.0", "pytest>=7.0.0", "pytest-asyncio>=0.21.0",