We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4ed82 commit 9932bf1Copy full SHA for 9932bf1
cwl_utils/__meta__.py
@@ -1,3 +1,3 @@
1
# SPDX-License-Identifier: Apache-2.0
2
"""Global version number for the cwl_utils package."""
3
-__version__ = "0.31"
+__version__ = "0.32"
requirements.txt
@@ -2,5 +2,5 @@ cwl-upgrader >= 1.2.3
packaging
rdflib
4
requests
5
-schema-salad @ git+https://github.com/common-workflow-language/schema_salad.git@refs/pull/672/head
+schema-salad >= 8.5, < 9
6
ruamel.yaml >= 0.17.6, < 0.19
0 commit comments