21721: Remove google-auth version pin
authorBrett Smith <brett.smith@curii.com>
Wed, 24 Apr 2024 19:08:22 +0000 (15:08 -0400)
committerBrett Smith <brett.smith@curii.com>
Wed, 24 Apr 2024 19:08:22 +0000 (15:08 -0400)
Refs #18001. The original motivation for this pin is not
well-documented. My best guess is it was to retain Python 2.7 support,
which is no longer a concern.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

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',