From f20f0285951a6f54f33c0b72f808acc9764390a2 Mon Sep 17 00:00:00 2001 From: Ivan Shymko Date: Wed, 18 Mar 2026 13:10:01 +0000 Subject: [PATCH] chore(docs): mention 1.0 release in the readme Re #701. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05089435..b7a60fe3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,10 @@ ## 🧩 Compatibility -This SDK implements the A2A Protocol Specification [`v0.3.0`](https://a2a-protocol.org/v0.3.0/specification). +This SDK implements the A2A Protocol Specification [`0.3`](https://a2a-protocol.org/v0.3.0/specification). + +> [!IMPORTANT] +> There is an [**alpha version**](https://github.com/a2aproject/a2a-python/releases?q=%22v1.0.0-alpha%22&expanded=true) available with support for both [`1.0`](https://a2a-protocol.org/v1.0.0/specification/) and [`0.3`](https://a2a-protocol.org/v0.3.0/specification) versions. Development for this version is taking place in the [`1.0-dev`](https://github.com/a2aproject/a2a-python/tree/1.0-dev) branch, tracked in [#701](https://github.com/a2aproject/a2a-python/issues/701). | Transport | Client | Server | | :--- | :---: | :---: |