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
This commit is contained in:
Evan Mattson
2025-11-05 17:30:52 +09:00
committed by GitHub
Unverified
parent 35a8565495
commit d81b579111
3 changed files with 25 additions and 6 deletions
+6
View File
@@ -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
+18 -5
View File
@@ -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",
+1 -1
View File
@@ -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'" },