From a4ebcda881c8dbcb8cd2153a458bca4cd50818ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:23:15 +0000 Subject: [PATCH] deps: update httpx2 requirement from >=2.0.0 to >=2.4.0 Updates the requirements on [httpx2](https://github.com/pydantic/httpx2) to permit the latest version. - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](https://github.com/pydantic/httpx2/compare/v2.0.0...v2.4.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4416581..87283d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ psutil>=7.2.2 fastapi>=0.115.0 uvicorn[standard]>=0.30.0 # starlette.testclient (tests/test_api_*.py); Starlette 1.2+ предпочитает httpx2 -httpx2>=2.0.0 +httpx2>=2.4.0 # DB / ORM (core/database.py) sqlalchemy>=2.0.50