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 bae753d commit e26a8abCopy full SHA for e26a8ab
docs_src/advanced/column_types/tutorial002.py
@@ -4,7 +4,7 @@
4
from datetime import UTC
5
except ImportError:
6
UTC = None
7
-from typing import TypedDict
+from typing_extensions import TypedDict
8
9
from sqlalchemy import PickleType
10
from sqlmodel import Field, Session, SQLModel, create_engine, select
0 commit comments