commit | 155da5e18cc2fdcfa57de6f956b7d078e79cd4b7 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Thu May 20 09:02:17 2021 -0600 |
committer | GitHub <noreply@github.com> | Thu May 20 09:02:17 2021 -0600 |
tree | 7f3d3803495bda0e80075ae9bcda3d7ea1eaf15b | |
parent | c4ff747db17cdeedb0eb2741b308c7b2d2a596fb [diff] [blame] |
fix: require google-auth>=1.25.0 (#190)
diff --git a/setup.py b/setup.py index 5de5aaf..26fab7e 100644 --- a/setup.py +++ b/setup.py
@@ -31,7 +31,7 @@ dependencies = [ "googleapis-common-protos >= 1.6.0, < 2.0dev", "protobuf >= 3.12.0", - "google-auth >= 1.21.1, < 2.0dev", + "google-auth >= 1.25.0, < 2.0dev", "requests >= 2.18.0, < 3.0.0dev", "setuptools >= 40.3.0", "packaging >= 14.3",