From e5bc85a7043ba1649526429da13396ca514cc05d Mon Sep 17 00:00:00 2001 From: eavanvalkenburg Date: Thu, 23 Jul 2026 11:50:04 +0200 Subject: [PATCH] Bump agent-framework-hosting-a2a to 1.0.0a260723 Prepare the focused alpha release for the progressive A2A adapters from #7258. No other package versions or dependency bounds change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 003e02dd-dba0-40a5-9ebf-083901aefb57 --- python/CHANGELOG.md | 8 ++++++++ python/packages/hosting-a2a/pyproject.toml | 2 +- python/uv.lock | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 273cf993b2..5ca3fa5449 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [hosting-a2a-1.0.0a260723] - 2026-07-23 + +### Added +- **agent-framework-hosting-a2a**: Add progressive agent and workflow A2A adapters with native card generation, skill discovery, typed conversion, and mode-aware validation ([#7258](https://github.com/microsoft/agent-framework/pull/7258)) + +### Changed +- **samples**: Update the app-owned A2A hosting sample to use the progressive adapter surface ([#7258](https://github.com/microsoft/agent-framework/pull/7258)) + ## [1.12.1] - 2026-07-22 ### Added diff --git a/python/packages/hosting-a2a/pyproject.toml b/python/packages/hosting-a2a/pyproject.toml index 69f49b1ab0..c26db86511 100644 --- a/python/packages/hosting-a2a/pyproject.toml +++ b/python/packages/hosting-a2a/pyproject.toml @@ -4,7 +4,7 @@ description = "A2A conversion helpers for app-owned Agent Framework hosting." authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}] readme = "README.md" requires-python = ">=3.10" -version = "1.0.0a260721" +version = "1.0.0a260723" license-files = ["LICENSE"] urls.homepage = "https://aka.ms/agent-framework" urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" diff --git a/python/uv.lock b/python/uv.lock index cd40c39120..304fe7c421 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -694,7 +694,7 @@ requires-dist = [{ name = "agent-framework-core", editable = "packages/core" }] [[package]] name = "agent-framework-hosting-a2a" -version = "1.0.0a260721" +version = "1.0.0a260723" source = { editable = "packages/hosting-a2a" } dependencies = [ { name = "a2a-sdk", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" },