Skip to content

Commit d223de8

Browse files
millefalconlovelydinosaur
authored andcommitted
Fixed version requirement for rfc3986. Issue reference #504 (#589)
1 parent 293bc70 commit d223de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_packages(package):
5757
"h11==0.8.*",
5858
"h2==3.*",
5959
"idna==2.*",
60-
"rfc3986==1.*",
60+
"rfc3986>=1.3,<2",
6161
"sniffio==1.*",
6262
],
6363
classifiers=[

0 commit comments

Comments
 (0)