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 859a4af commit e193bcdCopy full SHA for e193bcd
sqlmodel/_compat.py
@@ -10,7 +10,6 @@
10
Dict,
11
ForwardRef,
12
Generator,
13
- Literal,
14
Mapping,
15
Optional,
16
Set,
@@ -23,7 +22,6 @@
23
22
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