Closed
Description
Add support for the new "urllib3" 2.X, while still allowing "urllib3" 1.X
Likely via urllib3>=1.26.15,<2.1.0
.
There were a few bugs in early releases of urllib3
2.X, but those were yanked from PyPI, and now it seems stable. requests
and selenium
have already updated their dependencies to allow the newer urllib3
. Now it's seleniumbase
's turn.
As of today, changing the urllib3
upper bound to <2.1.0
would mean that urllib3
2.0.2
gets installed.
