19678: Fix for parameters called 'name'
[arvados.git] / sdk / cwl / setup.py
index e126d170b7618cf8cae94c64cd70696923963786..33c1ffcbf1682471c31d6bfae46d3937139f9dde 100644 (file)
@@ -36,12 +36,14 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220217222804',
-          'schema-salad==8.2.20211116214159',
+          'cwltool==3.1.20220907141119',
+          'schema-salad==8.3.20220913105718',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0',
-          'networkx < 2.6'
+          'networkx < 2.6',
+          'msgpack==1.0.3',
+          'importlib-metadata<5'
       ],
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),