Python: Bump Python version to 1.0.0rc5 and 1.0.0b260319 for a release.#4807
Merged
moonbox3 merged 3 commits intomicrosoft:mainfrom Mar 20, 2026
Merged
Conversation
Member
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Python package versions and release metadata in preparation for the 1.0.0rc5 release candidate.
Changes:
- Bump the meta-package dependency to
agent-framework-core[all]==1.0.0rc5. - Bump multiple integration package versions to
1.0.0b260319and raise theiragent-framework-coreminimum to>=1.0.0rc5. - Add
1.0.0rc5release notes and update comparison links in the Python changelog.
Reviewed changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| python/uv.lock | Updates workspace package versions for the beta-stamped integration packages. |
| python/pyproject.toml | Pins agent-framework-core[all] to 1.0.0rc5. |
| python/packages/a2a/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/ag-ui/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/anthropic/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/azure-ai-search/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/azure-ai/pyproject.toml | Raises core minimum dependency to rc5. |
| python/packages/azure-cosmos/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/azurefunctions/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/bedrock/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/chatkit/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/claude/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/copilotstudio/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/declarative/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/devui/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/durabletask/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/foundry_local/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/github_copilot/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/lab/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/mem0/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/ollama/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/orchestrations/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/purview/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/packages/redis/pyproject.toml | Bumps package version to 1.0.0b260319 and raises core minimum to rc5. |
| python/CHANGELOG.md | Adds 1.0.0rc5 entry and updates compare links. |
giles17
approved these changes
Mar 20, 2026
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 and Context
Bump Python version to 1.0.0rc5 and 1.0.0b260319 for a release.
Description
Bump Python version to 1.0.0rc5 and 1.0.0b260319 for a release.
Contribution Checklist