Skip to content

Commit 043ce0c

Browse files
AnatoliBCopilot
andauthored
Update azure/durable_functions/models/DurableOrchestrationContext.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d1178c3 commit 043ce0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/durable_functions/models/DurableOrchestrationContext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ def version(self) -> Optional[str]:
774774
return self._version
775775

776776
@staticmethod
777-
def _extract_version_from_history(history_events: List[HistoryEvent]) -> str:
777+
def _extract_version_from_history(history_events: List[HistoryEvent]) -> Optional[str]:
778778
"""Extract the version from the execution started event in history.
779779
780780
Returns None if not found.

0 commit comments

Comments
 (0)