googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
771 stars 305 forks source link

fix: support urllib3<2.0 versions #1390

Closed arithmetic1728 closed 11 months ago

arithmetic1728 commented 11 months ago

As mentioned in https://github.com/googleapis/google-auth-library-python/pull/1389#issuecomment-1738056081, packages like botocore requires urllib3<1.27, so we modify the code to support all versions of urllib3.

python 3.10 unit test will use urllib3<2.0 version, and 3.11 unit test will use >2.0 version.