19745: Avoid incompatible google-api-core update. 19745-update-deps
authorTom Clegg <tom@curii.com>
Mon, 14 Nov 2022 15:59:28 +0000 (10:59 -0500)
committerTom Clegg <tom@curii.com>
Mon, 14 Nov 2022 16:00:19 +0000 (11:00 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

sdk/python/setup.py

index d28df099879c907e5bd0bc5bd5498a4ae71fc2a1..59d9f027c1c33de6769a6dfadff21b1ad477a986 100644 (file)
@@ -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',