Skip to content

Commit 91a0e92

Browse files
committed
Uncap urllib3 version on Python < 3.10
urllib3 2.0 works with OpenSSL 1.1.1 and 3.0 on up-to-date builds of Python 3.8 & 3.9.
1 parent c062c9f commit 91a0e92

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ def run_tests(self):
4646
"PyYAML",
4747
"wrapt",
4848
"yarl",
49-
# Support for urllib3 >=2 needs Python >=3.10
50-
# so we need to block urllib3 >=2 for Python <3.10 for now.
51-
# Note that vcrpy would work fine without any urllib3 around,
52-
# so this block and the dependency can be dropped at some point
53-
# in the future. For more Details:
54-
# https://github.com/kevin1024/vcrpy/pull/699#issuecomment-1551439663
55-
"urllib3 <2; python_version <'3.10'",
5649
]
5750

5851
tests_require = [

0 commit comments

Comments
 (0)