From 508fb8bc3cb8159174a2ea18ab3b551f7d29f0d5 Mon Sep 17 00:00:00 2001 From: Daniel Collier Date: Mon, 13 Oct 2025 22:07:56 -0300 Subject: [PATCH] chore: require minimum httpcore with security fix for h11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc3e95ea74..1619df4a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "certifi", - "httpcore==1.*", + "httpcore>=1.0.9", "anyio", "idna", ]