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 1b69033 commit 46ce312Copy full SHA for 46ce312
sqlmodel/main.py
@@ -572,7 +572,7 @@ def get_config(name: str) -> Any:
572
)
573
field = next(
574
(f for f in annotated_field_meta if isinstance(f, FieldInfo)), v
575
- )
+ ) # type: ignore[assignment]
576
field.annotation = v.annotation
577
# Guarantee the field has the correct type
578
col = get_column_from_field(field)
0 commit comments