We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88f9a9 commit ece89c8Copy full SHA for ece89c8
src/python_workflow_definition/models.py
@@ -32,7 +32,7 @@
32
JsonPrimitive = Union[str, int, float, bool, None]
33
AllowableDefaults = TypeAliasType(
34
"AllowableDefaults",
35
- "Union[JsonPrimitive, dict[str, AllowableDefaults], tuple[AllowableDefaults, ...]]",
+ "Union[JsonPrimitive, dict[str, AllowableDefaults], list[AllowableDefaults]]",
36
)
37
38
0 commit comments