diff --git a/setup.py b/setup.py index 3f28dc981..90580ced3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # 'Development Status :: 5 - Production/Stable' release_status = "Development Status :: 5 - Production/Stable" dependencies = [ - "google-auth >= 1.25.0, < 2.0dev; python_version<'3.0'", + "google-auth>=1.25.0, <2.1; python_version<'3.0'", "google-auth >= 1.25.0, < 3.0dev; python_version>='3.6'", "google-api-core >= 1.29.0, < 2.0dev; python_version<'3.0'", "google-api-core >= 1.29.0, < 3.0dev; python_version>='3.6'",