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.
typing_extensions.TypedDict
1 parent a072575 commit bb67044Copy full SHA for bb67044
python/pydantic_core/__init__.py
@@ -34,7 +34,7 @@
34
else:
35
from typing import NotRequired as _NotRequired
36
37
-if _sys.version_info < (3, 9):
+if _sys.version_info < (3, 12):
38
from typing_extensions import TypedDict as _TypedDict
39
40
from typing import TypedDict as _TypedDict
0 commit comments