X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c7420e1ed282e42907b108ce83dc8ce6edef904..1c5a32c1279fc04c1c7e4fb9d8e1e23190b408b9:/sdk/python/setup.py?ds=sidebyside diff --git a/sdk/python/setup.py b/sdk/python/setup.py index e329da7c9f..59d9f027c1 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -48,12 +48,15 @@ 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', - 'httplib2 >=0.9.2', - 'pycurl >=7.19.5.1', - 'ruamel.yaml >=0.15.54, <0.18', + 'google-auth<2', + 'httplib2 >=0.9.2, <0.20.2', + 'pycurl >=7.19.5.1, <7.45.0', + 'ruamel.yaml >=0.15.54, <0.17.11', 'setuptools', 'ws4py >=0.4.2', + 'protobuf<4.0.0dev' ], classifiers=[ 'Programming Language :: Python :: 3',