Skip to content

Commit bf206e2

Browse files
committed
missing optional entry
1 parent 7f77bba commit bf206e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/projects_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class Node(BaseModel):
263263
] = DEFAULT_FACTORY
264264

265265
inputs_required: Annotated[
266-
list[InputID],
266+
list[InputID] | None,
267267
Field(
268268
default_factory=list,
269269
description="Defines inputs that are required in order to run the service",

0 commit comments

Comments
 (0)