Skip to content

Commit e07a259

Browse files
Update tests/test_aliases.py
Co-authored-by: Motov Yurii <[email protected]>
1 parent e3dbf75 commit e07a259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pydantic import Field as PField
66
from sqlmodel import Field, SQLModel
77

8-
from tests.conftest import needs_pydanticv2
8+
from tests.conftest import needs_pydanticv1, needs_pydanticv2
99

1010
"""
1111
Alias tests for SQLModel and Pydantic compatibility

0 commit comments

Comments
 (0)