Skip to content

Commit faf97f4

Browse files
committed
Update packages
1 parent 221d8e8 commit faf97f4

2 files changed

Lines changed: 307 additions & 180 deletions

File tree

src/python_template/domain/entity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def model_dump(
2525
exclude_unset: bool = False,
2626
exclude_defaults: bool = False,
2727
exclude_none: bool = False,
28+
exclude_computed_fields: bool = False,
2829
round_trip: bool = False,
2930
warnings: bool | Literal["none", "warn", "error"] = True,
3031
fallback: Callable[[Any], Any] | None = None,

0 commit comments

Comments
 (0)