From 12037ea435563700a30c2d1d7e2ff03c40bec13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:17:43 +0000 Subject: [PATCH] Build(deps): Update httpx2 requirement from >=2.10.0 to >=2.12.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.10.0...v2.12.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.12.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 60f7114..e9f3969 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ mcp>=2.0.0,<3 # verifies TLS against the system trust store (via truststore) rather than a # bundled certifi set, so the base image must provide ca-certificates — # python:3.x-slim does, and scripts/smoke_test.sh asserts it. -httpx2>=2.10.0 +httpx2>=2.12.0 # JWT verification of Pomerium's identity assertion (ES256 needs cryptography). pyjwt[crypto]>=2.13.0