From 89cbd3c942241ed4734cba52e902ab2c815b35c6 Mon Sep 17 00:00:00 2001 From: Wenceslas Sanchez <85337624+wenceslas-sanchez@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:51:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20pin=20httpcore=3D=3D1.*=20(#2937?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📌 set httpcore>=1.0.0 * 📌 set httpcore==1.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75c5e7d90c..d2f23b648c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "certifi", - "httpcore", + "httpcore==1.*", "anyio", "idna", "sniffio",