]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Upgrade h11 to support both 0.8 and 0.9 (#658)
authorTom Christie <tom@tomchristie.com>
Fri, 20 Dec 2019 15:14:30 +0000 (15:14 +0000)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2019 15:14:30 +0000 (15:14 +0000)
setup.py

index a28e0e03f19687ce083bda7b73f6ce3a6e93e056..d1f15a12da5a48fd0a188f1d0234bc307dbd3e52 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(
         "certifi",
         "hstspreload",
         "chardet==3.*",
-        "h11==0.8.*",
+        "h11>=0.8,<0.10",
         "h2==3.*",
         "idna==2.*",
         "rfc3986>=1.3,<2",