Merge branch '19745-update-deps'
[arvados.git] / sdk / python / setup.py
index 5b6ad45ed9a32218c7c5eb95a86eed6a057cc687..d85e2a5cde56056416fee47ce85fa0197d6e757d 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',