Updated package versions (#4470)

This commit is contained in:
Dmytro Struk
2026-03-04 16:49:48 +00:00
committed by GitHub
parent e8a7ffbc14
commit 965a1ec103
26 changed files with 120 additions and 72 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "agent-framework-ag-ui"
version = "1.0.0b260225"
version = "1.0.0b260304"
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.0rc2",
"agent-framework-core>=1.0.0rc3",
"ag-ui-protocol>=0.1.9",
"fastapi>=0.115.0",
"uvicorn>=0.30.0"