Python: Promote python declarative workflows to stable version#7065
Open
peibekwe wants to merge 3 commits into
Open
Python: Promote python declarative workflows to stable version#7065peibekwe wants to merge 3 commits into
peibekwe wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR promotes the Python agent-framework-declarative package from RC (1.0.0rc2) to a stable 1.0.0 release to reflect that the declarative workflows surface is now stable, while keeping declarative agents explicitly experimental.
Changes:
- Bump
agent-framework-declarativeversion from1.0.0rc2to1.0.0and update the package classifier to Production/Stable. - Update package status documentation to mark
agent-framework-declarativeasreleased. - Remove
--prefrom pip install instructions and update release-stage wording to “stable” for workflows.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| python/uv.lock | Locks the workspace package version to 1.0.0. |
| python/samples/02-agents/declarative/README.md | Updates install instructions to no longer require --pre. |
| python/samples/02-agents/declarative/mcp_tool_yaml.py | Updates prerequisites install command to no longer require --pre. |
| python/samples/02-agents/declarative/inline_yaml.py | Updates prerequisites install command to no longer require --pre. |
| python/packages/declarative/README.md | Updates install instructions and clarifies workflows are stable while agents remain experimental. |
| python/packages/declarative/pyproject.toml | Bumps version to 1.0.0 and updates Development Status classifier to Stable. |
| python/packages/declarative/agent_framework_declarative/init.py | Updates release-stage wording for workflows to “stable”. |
| python/PACKAGE_STATUS.md | Marks agent-framework-declarative as released. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation & Context
Promote python declarative workflows to stable version while keeping declarative agents experimental.
Fixes #7064
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.