Chore: thanks to bump-pydantic (#25437)

This commit is contained in:
Yongtao Huang 2025-09-09 20:07:17 +08:00 committed by GitHub
commit 2ac7a9c8fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 28 additions and 28 deletions

View file

@ -432,8 +432,8 @@ class QueueAgentLogEvent(AppQueueEvent):
id: str
label: str
node_execution_id: str
parent_id: str | None
error: str | None
parent_id: str | None = None
error: str | None = None
status: str
data: Mapping[str, Any]
metadata: Optional[Mapping[str, Any]] = None