Skip to content

Commit 23d3381

Browse files
committed
make lock_state optional
1 parent 5979582 commit 23d3381

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
@@ -173,7 +173,7 @@ class NodeState(BaseModel):
173173

174174
lock_state: Annotated[
175175
NodeShareState | None, Field(description="the node's lock state")
176-
]
176+
] = None
177177

178178
model_config = ConfigDict(
179179
extra="forbid",

0 commit comments

Comments
 (0)