]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Incompatible with httpcore 0.12.0 (#1495)
authorSimon L <simon.lessage@gmail.com>
Wed, 3 Mar 2021 11:25:21 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 11:25:21 +0000 (12:25 +0100)
setup.py

index 0c5985101197390bc47534bc6f3a61efaecddbb3..0f1b2864ffb2d3fa49ebfc28069d1e6ef85b3d30 100644 (file)
--- 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.*",