Python: Promote agent-framework-declarative package to RC (#6256)

* Promote agent-framework-declarative package to RC

* Update missed package status file.
This commit is contained in:
Peter Ibekwe
2026-06-02 12:30:05 -07:00
committed by GitHub
Unverified
parent fa8cfb7567
commit 6086a74302
8 changed files with 47 additions and 6 deletions
+2 -2
View File
@@ -437,7 +437,7 @@ provides-extras = ["all"]
[[package]]
name = "agent-framework-declarative"
version = "1.0.0b260528"
version = "1.0.0rc1"
source = { editable = "packages/declarative" }
dependencies = [
{ name = "agent-framework-core", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" },
@@ -609,7 +609,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "agent-framework-core", editable = "packages/core" },
{ name = "github-copilot-sdk", marker = "python_full_version >= '3.11'", specifier = ">=1.0.0b2,<=1.0.0b2" },
{ name = "github-copilot-sdk", marker = "python_full_version >= '3.11'", specifier = "<=1.0.0b2,>=1.0.0b2" },
]
[[package]]