Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add minimum versions for
urllib3
and requests
Using urllib3>=2.0.0 to avoid the 403 Client error.¹ Adding minimum version for `requests` the first version that officially supports urllib3 v2.² See @tsibley's comment on _why_ upgrading `urllib3` resolved the 403 Client error.³ ¹ <#7 (comment)> ² <https://github.com/psf/requests/releases/tag/v2.30.0> ³ <#7 (comment)>
- Loading branch information