Skip to content

Commit 64e0b08

Browse files
committed
feat: Update A2A types from specification 🤖
1 parent e27dff2 commit 64e0b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from pydantic import Field, RootModel
1010

11-
from a2a.utils.pydantic_base import A2ABaseModel
11+
from a2a.pydantic_base import A2ABaseModel
1212

1313

1414
class A2A(RootModel[Any]):

0 commit comments

Comments
 (0)