File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
820821class SQLModel (BaseModel , metaclass = SQLModelMetaclass , registry = default_registry ):
821822 # SQLAlchemy needs to set weakref(s), Pydantic will set the other slots values
You can’t perform that action at this time.
0 commit comments