We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27dff2 commit 64e0b08Copy full SHA for 64e0b08
1 file changed
src/a2a/types.py
@@ -8,7 +8,7 @@
8
9
from pydantic import Field, RootModel
10
11
-from a2a.utils.pydantic_base import A2ABaseModel
+from a2a.pydantic_base import A2ABaseModel
12
13
14
class A2A(RootModel[Any]):
0 commit comments