Skip to content

Commit 44f2194

Browse files
committed
feat: support pydantic V1
1 parent a22fe53 commit 44f2194

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

async_sqlmodel/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from typing import Any, ClassVar, Coroutine, Dict, Tuple, Type
22

3-
from pydantic._internal._repr import Representation
43
from sqlalchemy.util.concurrency import greenlet_spawn
54
from sqlmodel import SQLModel
6-
from sqlmodel._compat import get_annotations
5+
from sqlmodel._compat import Representation, get_annotations
76
from sqlmodel.main import SQLModelMetaclass
87

98

0 commit comments

Comments
 (0)