We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1a250 commit 5685e9fCopy full SHA for 5685e9f
1 file changed
src/python_workflow_definition/models.py
@@ -7,9 +7,9 @@
7
Any,
8
Annotated,
9
Type,
10
- TypeAliasType,
11
TypeVar,
12
)
+from typing_extensions import TypeAliasType
13
from pydantic import BaseModel, Field, field_validator, field_serializer
14
from pydantic import ValidationError
15
import json
0 commit comments