Skip to content

Commit 6c929fc

Browse files
committed
add deprecation comment
1 parent e08114e commit 6c929fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflowai/core/client/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class RunRequest(BaseModel):
2020

2121
metadata: Optional[dict[str, Any]] = None
2222

23-
labels: Optional[set[str]] = None
23+
labels: Optional[set[str]] = None # deprecated, to be included in metadata
2424

2525
private_fields: Optional[set[str]] = None
2626

0 commit comments

Comments
 (0)