Prepare RC4 release (#4631)

This commit is contained in:
Dmytro Struk
2026-03-11 18:53:38 +00:00
committed by GitHub
parent 23ebfbc937
commit 53b0753dfb
26 changed files with 105 additions and 76 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "agent-framework-ag-ui"
version = "1.0.0b260304"
version = "1.0.0b260311"
description = "AG-UI protocol integration for Agent Framework"
readme = "README.md"
license-files = ["LICENSE"]
@@ -22,7 +22,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"agent-framework-core>=1.0.0rc3",
"agent-framework-core>=1.0.0rc4",
"ag-ui-protocol>=0.1.9",
"fastapi>=0.115.0",
"uvicorn>=0.30.0"