15028: Bump schema salad version. Use containers API preferentially.
[arvados.git] / sdk / cwl / setup.py
index 31195fd372874bcfc2dce1b1846d8e5cec552362..4ad36cc5a1b582b2587d3204f32324253185bda0 100644 (file)
@@ -34,7 +34,7 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to build.
       install_requires=[
           'cwltool==1.0.20190525125941',
-          'schema-salad==4.1.20190305210046',
+          'schema-salad==4.2.20190417121603',
           'typing >= 3.6.4',
           'ruamel.yaml >=0.15.54, <=0.15.77',
           'arvados-python-client>=1.3.0.20190205182514',