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 ef5ab00 commit 60379e9Copy full SHA for 60379e9
src/a2a/server/models.py
@@ -75,7 +75,7 @@ def process_result_value(
75
return self.pydantic_type.model_validate(value)
76
77
78
-class PydanticListType(TypeDecorator[list[T]], Generic[T]):
+class PydanticListType(TypeDecorator, Generic[T]):
79
"""SQLAlchemy type that handles lists of Pydantic models."""
80
81
impl = JSON
0 commit comments