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 4e8b303 commit c659666Copy full SHA for c659666
sqlmodel/_compat.py
@@ -24,6 +24,8 @@
24
from pydantic.fields import FieldInfo
25
from typing_extensions import Annotated, get_args, get_origin
26
27
+from . import AutoString
28
+
29
# Reassign variable to make it reexported for mypy
30
PYDANTIC_VERSION = P_VERSION
31
PYDANTIC_MINOR_VERSION = tuple(int(i) for i in P_VERSION.split(".")[:2])
0 commit comments