From: Wenceslas Sanchez <85337624+wenceslas-sanchez@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:51:48 +0000 (+0100) Subject: 📌 pin httpcore==1.* (#2937) X-Git-Tag: 0.25.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89cbd3c942241ed4734cba52e902ab2c815b35c6;p=thirdparty%2Fhttpx.git 📌 pin httpcore==1.* (#2937) * 📌 set httpcore>=1.0.0 * 📌 set httpcore==1.* --- diff --git a/pyproject.toml b/pyproject.toml index 75c5e7d9..d2f23b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "certifi", - "httpcore", + "httpcore==1.*", "anyio", "idna", "sniffio",