Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permit urllib3 2.x for non-PyPy Python >=3.10
Poetry makes platform indepdent lock files, so the PyPy marker is there even when using CPython >= 3.10. Add a third constraint that permits any urllib3 version when using Python >=3.10 and some other implementation than PyPy.
- Loading branch information