We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27d6f3 commit a841862Copy full SHA for a841862
lib/galaxy/schema/workflows.py
@@ -670,7 +670,7 @@ class WorkflowDictRunSummary(WorkflowDictBaseModel):
670
# description="The encoded ID of the history associated with the workflow (or None if not applicable).",
671
description="TODO",
672
)
673
- step_version_changes: Optional[List[Dict[str, Any]]] = Field(
+ step_version_changes: Optional[List[Union[str, Dict[str, Any]]]] = Field(
674
None,
675
title="Step Version Changes",
676
description="Version changes for the workflow steps.",
0 commit comments