21721: Remove google-auth version pin
[arvados.git] / sdk / python / setup.py
index 97c3e0a2bc42e806a9ccd40338655e100edb644a..ef49485bb1f2051e2e07ad75793ccee17d047a39 100644 (file)
@@ -112,9 +112,8 @@ setup(name='arvados-python-client',
           *arvados_version.iter_dependencies(version),
           'ciso8601 >=2.0.0',
           'future',
-          'google-api-core <2.11.0', # 2.11.0rc1 is incompatible with google-auth<2
           'google-api-python-client >=2.1.0',
-          'google-auth <2',
+          'google-auth',
           'httplib2 >=0.9.2, <0.20.2',
           'protobuf <4.0.0dev',
           'pycurl >=7.19.5.1, <7.45.0',