From d81b579111a8f447624f3c0b764585f2231540fa Mon Sep 17 00:00:00 2001 From: Evan Mattson <35585003+moonbox3@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:30:52 +0900 Subject: [PATCH] Python: Bump ag-ui package to 1.0.0b251105 for a release. Update changelog. (#1922) * Bump ag-ui package to 1.0.0b251105 for a release. Update changelog. * Fix authors and license-files --- python/CHANGELOG.md | 6 ++++++ python/packages/ag-ui/pyproject.toml | 23 ++++++++++++++++++----- python/uv.lock | 2 +- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 3ccd587c09..c2246bdc7c 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0b251105] - 2025-11-05 + +### Added + +- **agent-framework-ag-ui**: Initial release of AG-UI protocol integration for Agent Framework ([#1826](https://github.com/microsoft/agent-framework/pull/1826)) + ## [1.0.0b251104] - 2025-11-04 ### Added diff --git a/python/packages/ag-ui/pyproject.toml b/python/packages/ag-ui/pyproject.toml index 019d4705f2..30a0518a39 100644 --- a/python/packages/ag-ui/pyproject.toml +++ b/python/packages/ag-ui/pyproject.toml @@ -1,13 +1,26 @@ [project] name = "agent-framework-ag-ui" -version = "0.1.0" +version = "1.0.0b251105" description = "AG-UI protocol integration for Agent Framework" readme = "README.md" -license = { file = "LICENSE" } -authors = [ - { name = "Microsoft", email = "agent-framework@microsoft.com" } -] +license-files = ["LICENSE"] +authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}] requires-python = ">=3.10" +urls.homepage = "https://aka.ms/agent-framework" +urls.source = "https://github.com/microsoft/agent-framework/tree/main/python" +urls.release_notes = "https://github.com/microsoft/agent-framework/releases?q=tag%3Apython-1&expanded=true" +urls.issues = "https://github.com/microsoft/agent-framework/issues" +classifiers = [ + "License :: OSI Approved :: MIT License", + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Typing :: Typed", +] dependencies = [ "agent-framework-core", "ag-ui-protocol>=0.1.9", diff --git a/python/uv.lock b/python/uv.lock index 19df6a548f..eb508ff2ed 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -193,7 +193,7 @@ requires-dist = [ [[package]] name = "agent-framework-ag-ui" -version = "0.1.0" +version = "1.0.0b251105" source = { editable = "packages/ag-ui" } dependencies = [ { name = "ag-ui-protocol", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" },