Skip to content

Commit 49e686b

Browse files
authored
chore(spec): Update default protocol version to 0.3.0 (#366)
Release-As: 0.3.0 Protocol Update: a2aproject/A2A@6a152a8
1 parent be6c517 commit 49e686b

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
@@ -1785,7 +1785,7 @@ class AgentCard(A2ABaseModel):
17851785
This creates a binding between the main URL and its supported transport protocol.
17861786
Clients should prefer this transport and URL combination when both are supported.
17871787
"""
1788-
protocol_version: str | None = '0.2.6'
1788+
protocol_version: str | None = '0.3.0'
17891789
"""
17901790
The version of the A2A protocol this agent supports.
17911791
"""

0 commit comments

Comments
 (0)