[ARVADOS] updated: 1.1.4-781-g4019ca8ea

Git user git at public.curoverse.com
Fri Aug 10 14:28:40 EDT 2018


Summary of changes:
 sdk/cwl/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4019ca8eab40af7ba3e2bf465695b720f907abc8 (commit)
      from  1ea2dbfc7fd6466a98cf8f239a6bea9b4947ef57 (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 4019ca8eab40af7ba3e2bf465695b720f907abc8
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Aug 10 14:28:17 2018 -0400

    Fix version dependency on 'typing' refs #13931
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 3836cf5a2..3b4dfbe99 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -35,7 +35,7 @@ setup(name='arvados-cwl-runner',
       install_requires=[
           'cwltool==1.0.20180806194258',
           'schema-salad==2.7.20180719125426',
-          'typing >= 3.5.3',
+          'typing >= 3.6.4',
           'ruamel.yaml >=0.13.11, <0.15',
           'arvados-python-client>=1.1.4.20180607143841',
           'setuptools',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list