Adjust version pins on google-auth and ruamel.yaml
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 20 Sep 2021 20:52:33 +0000 (16:52 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 20 Sep 2021 20:52:33 +0000 (16:52 -0400)
refs #18002

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/python/setup.py

index 311a139906aa4cb9d0a3d28b178767324a49837f..8d637303b466f90712b9ef4b44846277d5af6ed0 100644 (file)
@@ -49,9 +49,10 @@ setup(name='arvados-python-client',
           'ciso8601 >=2.0.0',
           'future',
           'google-api-python-client >=1.6.2, <2',
+          'google-auth<2',
           'httplib2 >=0.9.2',
           'pycurl >=7.19.5.1',
-          'ruamel.yaml >=0.15.54, <=0.17.11',
+          'ruamel.yaml >=0.15.54, <0.17.11',
           'setuptools',
           'ws4py >=0.4.2',
       ],