From: Tom Christie Date: Fri, 20 Dec 2019 15:14:30 +0000 (+0000) Subject: Upgrade h11 to support both 0.8 and 0.9 (#658) X-Git-Tag: 0.10.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6ab205fe60fd9ae9a1465188540dbfe46cf048;p=thirdparty%2Fhttpx.git Upgrade h11 to support both 0.8 and 0.9 (#658) --- diff --git a/setup.py b/setup.py index a28e0e03..d1f15a12 100644 --- 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",