Skip to content

Commit 51ad5c3

Browse files
🎨 Auto format
1 parent 0295137 commit 51ad5c3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

sqlmodel/main.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -806,16 +806,17 @@ class _ModelDumpKwargs(TypedDict):
806806
mode: Literal["json", "python"] | str
807807
include: IncEx | None
808808
exclude: IncEx | None
809-
context: Any | None # v2.7
809+
context: Any | None # v2.7
810810
by_alias: bool | None
811811
exclude_unset: bool
812812
exclude_defaults: bool
813813
exclude_none: bool
814-
exclude_computed_fields: bool # v2.12
814+
exclude_computed_fields: bool # v2.12
815815
round_trip: bool
816816
warnings: bool | Literal["none", "warn", "error"]
817-
fallback: Callable[[Any], Any] | None # v2.11
818-
serialize_as_any: bool # v2.7
817+
fallback: Callable[[Any], Any] | None # v2.11
818+
serialize_as_any: bool # v2.7
819+
819820

820821
class SQLModel(BaseModel, metaclass=SQLModelMetaclass, registry=default_registry):
821822
# SQLAlchemy needs to set weakref(s), Pydantic will set the other slots values

0 commit comments

Comments
 (0)