Skip to content

Commit 561c4df

Browse files
Experiment with TypedDict in CWL types
This commit checks that the new `TypedDict` type aliases specified in cwl-utils do not break anything in the cwltool type system.
1 parent 6d4dc44 commit 561c4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ coloredlogs
99
pydot>=1.4.1
1010
argcomplete>=1.12.0
1111
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
12-
cwl-utils>=0.32
12+
cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@refs/pull/393/head
1313
spython>=0.3.0
1414
rich-argparse

0 commit comments

Comments
 (0)