From 1c5a32c1279fc04c1c7e4fb9d8e1e23190b408b9 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 14 Nov 2022 10:59:28 -0500 Subject: [PATCH] 19745: Avoid incompatible google-api-core update. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- sdk/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/python/setup.py b/sdk/python/setup.py index d28df09987..59d9f027c1 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -48,6 +48,7 @@ setup(name='arvados-python-client', install_requires=[ 'ciso8601 >=2.0.0', 'future', + 'google-api-core <2.11.0', # 2.11.0rc1 is incompatible with google-auth<2 'google-api-python-client >=1.6.2, <2', 'google-auth<2', 'httplib2 >=0.9.2, <0.20.2', -- 2.30.2