Revert "Change upper version bound for ruamel.yaml to <0.18"
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 20 Sep 2021 13:46:35 +0000 (09:46 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 20 Sep 2021 13:46:35 +0000 (09:46 -0400)
This reverts commit 1c7420e1ed282e42907b108ce83dc8ce6edef904.

Needs to match cwltool ruamel version spec to avoid breaking arvados-cwl-runner.

refs #18002

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

sdk/python/setup.py

index e329da7c9fd28bf3cdc6bcfbbc7d408237e1c49e..311a139906aa4cb9d0a3d28b178767324a49837f 100644 (file)
@@ -51,7 +51,7 @@ setup(name='arvados-python-client',
           'google-api-python-client >=1.6.2, <2',
           'httplib2 >=0.9.2',
           'pycurl >=7.19.5.1',
-          'ruamel.yaml >=0.15.54, <0.18',
+          'ruamel.yaml >=0.15.54, <=0.17.11',
           'setuptools',
           'ws4py >=0.4.2',
       ],