Instead of allowing all versions, add bounds for the dependencies within the urrlib3 extra defined in `setup.py`. ``` urllib3_extra_require = [["urllib3", "packaging"]] ``` Once that's done, we can update the constraints file to test the minimum version. https://github.com/googleapis/google-auth-library-python/blob/main/testing/constraints-3.7.txt
Instead of allowing all versions, add bounds for the dependencies within the urrlib3 extra defined in
setup.py.Once that's done, we can update the constraints file to test the minimum version.
https://github.com/googleapis/google-auth-library-python/blob/main/testing/constraints-3.7.txt