From edc4311dcbace83d4adf107e069be98ec51690b5 Mon Sep 17 00:00:00 2001 From: Dima Scherbakov Date: Sun, 28 Mar 2021 12:55:56 -0700 Subject: [PATCH] Bump google-api-python-client requirements to v2.0.0 (#1346) We pass static_discovery keyword arg that got introduced in v2 only. --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index c103437a..7de25fdb 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,7 +1,7 @@ cryptography distro; sys_platform == 'linux' filelock -google-api-python-client>=1.7.10 +google-api-python-client>=2.0.0 google-auth-httplib2 google-auth-oauthlib>=0.4.1 google-auth>=1.11.2