We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0df3cc commit 73b345dCopy full SHA for 73b345d
services/web/server/src/simcore_service_webserver/projects/_projects_service.py
@@ -1857,7 +1857,7 @@ async def add_project_states_for_user(
1857
1858
# upgrade the project
1859
node.setdefault("state", {}).update(
1860
- node_state.model_dump_json(by_alias=True, exclude_unset=True)
+ node_state.model_dump(mode="json", by_alias=True, exclude_unset=True)
1861
)
1862
if "progress" in node["state"] and node["state"]["progress"] is not None:
1863
# ensure progress is a percentage
0 commit comments