[ARVADOS] updated: 2.1.0-1379-g920eb223d
Git user
git at public.arvados.org
Mon Sep 20 21:02:31 UTC 2021
Summary of changes:
sdk/python/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 920eb223d11dc7dfb4df3c38d5f7173bc011a0af (commit)
from c8bf4dc1eef2a73b4b01501eabdc922e2a27a276 (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 920eb223d11dc7dfb4df3c38d5f7173bc011a0af
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Sep 20 16:52:33 2021 -0400
Adjust version pins on google-auth and ruamel.yaml
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..8d637303b 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -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',
],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list