From: han-solo Date: Wed, 4 Dec 2019 10:05:33 +0000 (+0530) Subject: Fixed version requirement for rfc3986. Issue reference #504 (#589) X-Git-Tag: 0.9.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d223de8ff3c482d97a94867bdfe9418da37c8f4f;p=thirdparty%2Fhttpx.git Fixed version requirement for rfc3986. Issue reference #504 (#589) --- diff --git a/setup.py b/setup.py index e58fd8ce..a28e0e03 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( "h11==0.8.*", "h2==3.*", "idna==2.*", - "rfc3986==1.*", + "rfc3986>=1.3,<2", "sniffio==1.*", ], classifiers=[