[ARVADOS] updated: 2.1.0-1358-g1c7420e1e
Git user
git at public.arvados.org
Fri Sep 17 13:17:35 UTC 2021
Summary of changes:
sdk/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1c7420e1ed282e42907b108ce83dc8ce6edef904 (commit)
from b417e845a53ffe207314108b3d1c813fe09e32a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1c7420e1ed282e42907b108ce83dc8ce6edef904
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Sep 17 09:16:32 2021 -0400
Change upper version bound for ruamel.yaml to <0.18
refs #18002
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 311a13990..e329da7c9 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -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.17.11',
+ 'ruamel.yaml >=0.15.54, <0.18',
'setuptools',
'ws4py >=0.4.2',
],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list