Skip to content

Commit 5180e4c

Browse files
authored
Update README with details on types migration
Expanded explanation of types migration to include alignment with A2A spec and ProtoJSON standard.
1 parent c9f7cf9 commit 5180e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migrations/v1_0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pip install --upgrade a2a-sdk
5757

5858
## 2. Types
5959

60-
[Types](https://github.com/a2aproject/a2a-python/blob/main/src/a2a/types/a2a_pb2.pyi) have migrated from Pydantic models to Protobuf-based classes.
60+
[Types](https://github.com/a2aproject/a2a-python/blob/main/src/a2a/types/a2a_pb2.pyi) have migrated from Pydantic models to Protobuf-based classes to align with the A2A spec's proto-first design and adopt ProtoJSON as the canonical JSON serialization standard, ensuring consistent cross-implementation interoperability.
6161

6262

6363
### Enum values: `snake_case``SCREAMING_SNAKE_CASE`

0 commit comments

Comments
 (0)