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 b3fcaf0 commit 7ab2fdcCopy full SHA for 7ab2fdc
sqlmodel/_compat.py
@@ -392,7 +392,7 @@ def set_fields_set(
392
) -> None:
393
object.__setattr__(new_object, "__fields_set__", fields)
394
395
- def get_annotations(class_dict: dict[str, Any]) -> dict[str, Any]:
+ def get_annotations(class_dict: Dict[str, Any]) -> Dict[str, Any]:
396
return resolve_annotations( # type: ignore[no-any-return]
397
class_dict.get("__annotations__", {}),
398
class_dict.get("__module__", None),
0 commit comments