Skip to content

Commit 5513272

Browse files
authored
Merge pull request #27 from WorkflowAI/update-RunParams
Update run params
2 parents c0da51c + 60e4eba commit 5513272

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "workflowai"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = ""
55
authors = ["Guillaume Aquilina <[email protected]>"]
66
readme = "README.md"

workflowai/core/client/_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class RunParams(TypedDict, Generic[TaskOutput]):
2929
version: NotRequired[Optional[VersionReference]]
3030
use_cache: NotRequired[CacheUsage]
3131
metadata: NotRequired[Optional[dict[str, Any]]]
32+
labels: NotRequired[Optional[set[str]]]
3233
max_retry_delay: NotRequired[float]
3334
max_retry_count: NotRequired[float]
3435
validator: NotRequired[OutputValidator[TaskOutput]]

0 commit comments

Comments
 (0)