Skip to content

Commit 9932bf1

Browse files
committed
require the map & union enabled version of schema-salad
1 parent 8e4ed82 commit 9932bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cwl_utils/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22
"""Global version number for the cwl_utils package."""
3-
__version__ = "0.31"
3+
__version__ = "0.32"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ cwl-upgrader >= 1.2.3
22
packaging
33
rdflib
44
requests
5-
schema-salad @ git+https://github.com/common-workflow-language/schema_salad.git@refs/pull/672/head
5+
schema-salad >= 8.5, < 9
66
ruamel.yaml >= 0.17.6, < 0.19

0 commit comments

Comments
 (0)