From d223de8ff3c482d97a94867bdfe9418da37c8f4f Mon Sep 17 00:00:00 2001 From: han-solo Date: Wed, 4 Dec 2019 15:35:33 +0530 Subject: [PATCH] Fixed version requirement for rfc3986. Issue reference #504 (#589) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[ -- 2.47.3