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 1ab0747 commit 685470bCopy full SHA for 685470b
services/web/server/src/simcore_service_webserver/projects/_projects_service.py
@@ -1903,7 +1903,7 @@ async def add_project_states_for_user(
1903
1904
# upgrade the project
1905
node.setdefault("state", {}).update(
1906
- node_state.model_dump_json(by_alias=True, exclude_unset=True)
+ node_state.model_dump(mode="json", by_alias=True, exclude_unset=True)
1907
)
1908
if "progress" in node["state"] and node["state"]["progress"] is not None:
1909
# ensure progress is a percentage
0 commit comments