From 53358637e282f4bfcc0487af9dd3740f02cd6c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 00:25:52 +0000 Subject: [PATCH] deps: update httpcore requirement in the python-deps group Updates the requirements on [httpcore](https://github.com/encode/httpcore) to permit the latest version. Updates `httpcore` to 1.0.9 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.0...1.0.9) --- updated-dependencies: - dependency-name: httpcore dependency-version: 1.0.9 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7d2d7f..22c5e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ dependencies = [ "mcp[cli]>=1.27.2", "httpx>=0.28.1", - "httpcore>=1.0.0", + "httpcore>=1.0.9", "pydantic>=2.13.4", "pydantic-settings>=2.14.1", "structlog>=25.5.0",