Skip to content

Commit ece89c8

Browse files
authored
Update models.py
1 parent d88f9a9 commit ece89c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_workflow_definition/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
JsonPrimitive = Union[str, int, float, bool, None]
3333
AllowableDefaults = TypeAliasType(
3434
"AllowableDefaults",
35-
"Union[JsonPrimitive, dict[str, AllowableDefaults], tuple[AllowableDefaults, ...]]",
35+
"Union[JsonPrimitive, dict[str, AllowableDefaults], list[AllowableDefaults]]",
3636
)
3737

3838

0 commit comments

Comments
 (0)