From a8a9d476c292767145fdf12820dd21e370811ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:11:34 +0000 Subject: [PATCH] deps(pip): bump the production group across 1 directory with 4 updates Updates the requirements on [httpx](https://github.com/encode/httpx), [tenacity](https://github.com/jd/tenacity), [fastapi](https://github.com/fastapi/fastapi) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `httpx` to 0.28.1 - [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) Updates `tenacity` to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.2.0...9.1.4) Updates `fastapi` to 0.138.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.95.0...0.138.2) Updates `uvicorn` to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.22.0...0.49.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.8 dependency-type: direct:production dependency-group: production - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: production - dependency-name: tenacity dependency-version: 9.1.2 dependency-type: direct:production dependency-group: production - dependency-name: uvicorn dependency-version: 0.39.0 dependency-type: direct:production dependency-group: 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 43c9845..1ef6055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,8 +93,8 @@ tree-sitter-python = "^0.23.0" tree-sitter-java = "^0.23.0" tree-sitter-javascript = "^0.23.0" tree-sitter-typescript = "^0.23.0" -httpx = "^0.24.0" -tenacity = "^8.2.0" +httpx = ">=0.24,<0.29" +tenacity = ">=8.2,<10.0" click = "^8.1.0" rich = "^13.3.0" jinja2 = "^3.1.0" @@ -103,8 +103,8 @@ pyyaml = "^6.0" numpy = "^1.24" prometheus-client = "^0.17" PyJWT = "^2.8" -fastapi = {version = "^0.95.0", optional = true} -uvicorn = {version = "^0.22.0", optional = true} +fastapi = {version = ">=0.95,<0.139", optional = true} +uvicorn = {version = ">=0.22,<0.50", optional = true} slowapi = {version = "^0.1.9", optional = true} opentelemetry-api = {version = "^1.20", optional = true} opentelemetry-sdk = {version = "^1.20", optional = true}