From: Tom Clegg Date: Mon, 14 Nov 2022 15:59:28 +0000 (-0500) Subject: 19745: Avoid incompatible google-api-core update. X-Git-Tag: 2.5.0~33^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/1c5a32c1279fc04c1c7e4fb9d8e1e23190b408b9 19745: Avoid incompatible google-api-core update. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- 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',