From 643b3d7dda2b4913bbe08179dd5be8f278a75b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:40:43 +0000 Subject: [PATCH] chore(deps): bump httpx2 from 2.5.0 to 2.10.0 Bumps [httpx2](https://github.com/pydantic/httpx2) from 2.5.0 to 2.10.0. - [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.5.0...v2.10.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91884dfe..151ed255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "python-multipart==0.0.32", "aiofiles==25.1.0", "httpx==0.28.1", - "httpx2==2.5.0", + "httpx2==2.10.0", "mcp==1.28.1", ] all = [ diff --git a/requirements.txt b/requirements.txt index b9359c3b..ab0e4b42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ python-multipart mcp aiofiles httpx -httpx2==2.5.0 +httpx2==2.10.0 exceptiongroup==1.3.1; python_version < "3.11" rpds-py==0.30.0 setuptools==83.0.0