Skip to content

Remove the upper bound for urllib3 dependency #24

@nikitagrygoriev

Description

@nikitagrygoriev

urllib3 is currently pinned at >= 1.25.3, < 2.1.0 in setup.py and requirements.txt. I was not able to find any reason to forbid using newer versions of urllib3 (unless somebody is using versions of Python that are no longer maintained – 3.7 or 3.8). Just specifying the lower bound (or at least making the upper bound less restrictive, e.g. < 3) should be sufficient.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions