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 3c024e2 commit 8e149c8Copy full SHA for 8e149c8
1 file changed
sqlmodel/_compat.py
@@ -10,6 +10,7 @@
10
Dict,
11
ForwardRef,
12
Generator,
13
+ Literal,
14
Mapping,
15
Optional,
16
Set,
@@ -22,6 +23,7 @@
22
23
from pydantic import BaseModel
24
from pydantic.fields import FieldInfo
25
from typing_extensions import Annotated, get_args, get_origin
26
+from .sql.sqltypes import AutoString
27
28
# Reassign variable to make it reexported for mypy
29
PYDANTIC_VERSION = P_VERSION
0 commit comments