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 6f1bafe commit 8855492Copy full SHA for 8855492
tests/test_attribute_keyed_dict.py
@@ -6,7 +6,7 @@
6
from sqlalchemy.orm.collections import attribute_keyed_dict
7
from sqlmodel import Field, Relationship, Session, SQLModel, create_engine
8
9
-from tests.conftest import needs_py310, needs_pydanticv2
+from tests.conftest import needs_pydanticv2
10
11
12
def test_attribute_keyed_dict_works(clear_sqlmodel):
0 commit comments