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 f48c4a9 commit 5463dc2Copy full SHA for 5463dc2
services/web/server/src/simcore_service_webserver/projects/_projects_service.py
@@ -1877,7 +1877,7 @@ async def add_project_states_for_user(
1877
1878
# upgrade the project
1879
node.setdefault("state", {}).update(
1880
- node_state.model_dump_json(by_alias=True, exclude_unset=True)
+ node_state.model_dump(mode="json", by_alias=True, exclude_unset=True)
1881
)
1882
if "progress" in node["state"] and node["state"]["progress"] is not None:
1883
# ensure progress is a percentage
0 commit comments