Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/a2a/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ class AgentCard(A2ABaseModel):
This creates a binding between the main URL and its supported transport protocol.
Clients should prefer this transport and URL combination when both are supported.
"""
protocol_version: str | None = '0.2.6'
protocol_version: str | None = '0.3.0'
"""
The version of the A2A protocol this agent supports.
"""
Expand Down
Loading