Skip to content

Commit defbccd

Browse files
committed
Merge branch 'develop'
2 parents c0e09a6 + 38394c7 commit defbccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multio/plans/plans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def dump(self) -> dict:
101101
"""
102102
Dump the model to a python dict
103103
"""
104-
return self.model_dump(serialize_as_any=True)
104+
return self.model_dump(serialize_as_any=True, by_alias=True)
105105

106106
def dump_json(self) -> str:
107107
"""

0 commit comments

Comments
 (0)