Skip to content

Add support for the new "urllib3" 2.X, while still allowing "urllib3" 1.X #1874

Closed
@mdmintz

Description

@mdmintz

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.


new_urllib3

Metadata

Metadata

Assignees

Labels

dependenciesThis involves updating a dependency fileenhancementMaking things better

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions