mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-21 22:58:22 +00:00
miss import _AnnotatedAlias
This commit is contained in:
parent
aa3325bb54
commit
e8247308fc
@ -58,7 +58,7 @@ else:
|
||||
if sys.version_info >= (3, 9):
|
||||
from typing import Annotated
|
||||
else:
|
||||
from typing_extensions import Annotated
|
||||
from typing_extensions import Annotated, _AnnotatedAlias
|
||||
|
||||
_T = TypeVar("_T")
|
||||
NoArgAnyCallable = Callable[[], Any]
|
||||
|
Loading…
Reference in New Issue
Block a user