From e362591b7ae0a5f6b5d15b5ca0abc3160a3e61e9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 21 Oct 2021 19:32:39 -0400 Subject: [PATCH] pin google-auth to 2.0.2 Need https://github.com/googleapis/google-auth-library-python/issues/889 fixed. --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a2490def..7ddf84af 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,7 +4,7 @@ filelock google-api-python-client>=2.1 google-auth-httplib2 google-auth-oauthlib>=0.4.1 -google-auth>=1.11.2 +google-auth==2.0.2 httplib2>=0.17.0 importlib.metadata; python_version < '3.8' passlib>=1.7.2