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 d643ddf commit 05814aaCopy full SHA for 05814aa
sqlmodel/main.py
@@ -875,7 +875,6 @@ def model_dump(
875
serialize_as_any: bool = False,
876
) -> Dict[str, Any]:
877
if PYDANTIC_MINOR_VERSION >= (2, 7):
878
- assert isinstance(context, Dict)
879
extra_kwargs: Dict[str, Any] = {
880
"context": context,
881
"serialize_as_any": serialize_as_any,
0 commit comments