From: Tom Christie Date: Fri, 13 Aug 2021 10:07:13 +0000 (+0100) Subject: Update HTTP/2 support in `extras_require` (#1799) X-Git-Tag: 0.19.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50790af69b60945f8d46d6b78d24751ae90e6cab;p=thirdparty%2Fhttpx.git Update HTTP/2 support in `extras_require` (#1799) * Update extras_require * Update setup.py --- diff --git a/setup.py b/setup.py index 212aedf8..8854039e 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( "async_generator; python_version < '3.7'" ], extras_require={ - "http2": "h2==3.*", + "http2": "h2>=3,<5", "brotli": "brotlicffi==1.*", }, classifiers=[