Skip to content

Commit e0f7220

Browse files
committed
Fix CI
1 parent 631d430 commit e0f7220

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/a2a/utils/error_handlers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
| type[ContentTypeNotSupportedError]
6060
| type[InvalidAgentResponseError]
6161
| type[ExtendedAgentCardNotConfiguredError]
62+
| type[ExtensionSupportRequiredError]
63+
| type[VersionNotSupportedError]
6264
)
6365

6466
A2AErrorToHttpStatus: dict[_A2AErrorType, int] = {

0 commit comments

Comments
 (0)