We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293bc70 commit d223de8Copy full SHA for d223de8
1 file changed
setup.py
@@ -57,7 +57,7 @@ def get_packages(package):
57
"h11==0.8.*",
58
"h2==3.*",
59
"idna==2.*",
60
- "rfc3986==1.*",
+ "rfc3986>=1.3,<2",
61
"sniffio==1.*",
62
],
63
classifiers=[
0 commit comments