Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests/test_aliases.py
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
  • Loading branch information
ravishan16 and YuriiMotov authored Oct 8, 2025
commit e07a2590e6b39cbb6a0b1746802c91e9153502d4
2 changes: 1 addition & 1 deletion tests/test_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pydantic import Field as PField
from sqlmodel import Field, SQLModel

from tests.conftest import needs_pydanticv2
from tests.conftest import needs_pydanticv1, needs_pydanticv2

"""
Alias tests for SQLModel and Pydantic compatibility
Expand Down
Loading