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 c659666 commit ce968eaCopy full SHA for ce968ea
sqlmodel/_compat.py
@@ -24,7 +24,7 @@
24
from pydantic.fields import FieldInfo
25
from typing_extensions import Annotated, get_args, get_origin
26
27
-from . import AutoString
+from .sql.sqltypes import AutoString
28
29
# Reassign variable to make it reexported for mypy
30
PYDANTIC_VERSION = P_VERSION
0 commit comments