From: Simon L Date: Wed, 3 Mar 2021 11:25:21 +0000 (+0100) Subject: Incompatible with httpcore 0.12.0 (#1495) X-Git-Tag: 0.17.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09e61d50c8f169187cada6dbf14b89c7763c63f;p=thirdparty%2Fhttpx.git Incompatible with httpcore 0.12.0 (#1495) --- diff --git a/setup.py b/setup.py index 0c598510..0f1b2864 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setup( "certifi", "sniffio", "rfc3986[idna2008]>=1.3,<2", - "httpcore==0.12.*", + "httpcore>=0.12.1,<0.13", ], extras_require={ "http2": "h2==3.*",