From 6b7ac5b7913826a2c6286641fa38389c5e73d2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:44:23 +0000 Subject: [PATCH] chore(deps): update httpx requirement from ^0.25.0 to >=0.25,<0.29 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fade424..a87d8fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ python-jose = {extras = ["cryptography"], version = "^3.3.0"} passlib = {extras = ["bcrypt"], version = "^1.7.4"} protobuf = "^6.33.0" sentencepiece = "^0.2.1" -httpx = "^0.25.0" +httpx = ">=0.25,<0.29" cachetools = "^6.2.1" redis = {version = "^5.0.0", optional = true} opentelemetry-api = "^1.21.0"