Skip to content

Commit 22ddd71

Browse files
committed
its really a float
1 parent a4bc47c commit 22ddd71

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
@@ -238,7 +238,7 @@ class Node(BaseModel):
238238
Field(description="The short name of the node", examples=["JupyterLab"]),
239239
]
240240
progress: Annotated[
241-
int | None,
241+
float | None,
242242
Field(
243243
ge=0,
244244
le=100,

0 commit comments

Comments
 (0)