Python: Updated package versions for RC release#4068
Merged
dmytrostruk merged 6 commits intomicrosoft:mainfrom Feb 19, 2026
Merged
Python: Updated package versions for RC release#4068dmytrostruk merged 6 commits intomicrosoft:mainfrom
dmytrostruk merged 6 commits intomicrosoft:mainfrom
Conversation
Member
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates Python package versions for the RC release, specifically:
- Promotes agent-framework-core and agent-framework-azure-ai to release candidate status (1.0.0rc1)
- Updates 20 remaining packages from 1.0.0b260212 to 1.0.0b260219
- Updates the root agent-framework meta-package to 1.0.0rc1
- Adds comprehensive CHANGELOG.md entries documenting breaking changes, additions, and fixes since the last release
Changes:
- Two packages (agent-framework-core, agent-framework-azure-ai) are promoted to release candidate (1.0.0rc1)
- Twenty non-RC packages are updated to new beta version (1.0.0b260219)
- CHANGELOG.md documents 3 breaking changes, 2 additions, and multiple bug fixes
- Lock file (uv.lock) updated with new package versions and greenlet s390x architecture wheels
Reviewed changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| python/pyproject.toml | Root meta-package promoted to 1.0.0rc1 with exact dependency on agent-framework-core==1.0.0rc1 |
| python/packages/core/pyproject.toml | Core package promoted to release candidate 1.0.0rc1 |
| python/packages/azure-ai/pyproject.toml | Azure AI package promoted to RC 1.0.0rc1 with dependency on core>=1.0.0rc1 |
| python/packages/a2a/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/ag-ui/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/anthropic/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/azure-ai-search/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/azurefunctions/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/bedrock/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/chatkit/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/claude/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/copilotstudio/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/declarative/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/devui/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/durabletask/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/foundry_local/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/github_copilot/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/lab/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/mem0/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/ollama/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/orchestrations/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/purview/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/packages/redis/pyproject.toml | Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219 |
| python/CHANGELOG.md | Added 1.0.0rc1 release notes with breaking changes, additions, and fixes; updated version comparison links |
| python/uv.lock | Updated version entries for all packages and added greenlet 3.3.1 s390x wheels |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…gent-framework into python-version-rc1
TaoChenOSU
approved these changes
Feb 19, 2026
markwallace-microsoft
approved these changes
Feb 19, 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
Contribution Checklist