Python: Bump versions for a release. Update CHANGELOG - #5385
Merged
Evan Mattson (moonbox3) merged 2 commits intoApr 21, 2026
Merged
Conversation
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the Python side of the Agent Framework repo for a release by bumping package versions (stable, beta, and alpha tracks) and updating the Python changelog to include the new release notes and comparison links.
Changes:
- Bump stable Python packages to
1.1.0and update dependent constraints accordingly. - Bump beta/alpha integration packages to
1.0.0b260421/1.0.0a260421. - Add a
1.1.0section topython/CHANGELOG.mdand update compare links.
Reviewed changes
Copilot reviewed 29 out of 30 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| python/uv.lock | Updates locked package versions for the release. |
| python/pyproject.toml | Bumps the root Python package version and pins agent-framework-core to 1.1.0. |
| python/packages/a2a/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/ag-ui/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/anthropic/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/azure-ai-search/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/azure-cosmos/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/azurefunctions/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/bedrock/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/chatkit/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/claude/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/copilotstudio/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/core/pyproject.toml | Bumps core package to 1.1.0. |
| python/packages/declarative/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/devui/pyproject.toml | Updates core dependency floor to 1.1.0 (but versioning needs alignment with release intent). |
| python/packages/durabletask/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/foundry/pyproject.toml | Bumps stable version to 1.1.0 and aligns core/openai dependency floors. |
| python/packages/foundry_hosting/pyproject.toml | Bumps alpha version and updates core dependency floor to 1.1.0. |
| python/packages/foundry_local/pyproject.toml | Bumps beta version and aligns core/openai dependency floors. |
| python/packages/gemini/pyproject.toml | Bumps alpha version and updates core dependency floor to 1.1.0. |
| python/packages/github_copilot/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/hyperlight/pyproject.toml | Bumps alpha version and updates core dependency floor to 1.1.0. |
| python/packages/lab/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/mem0/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/ollama/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/openai/pyproject.toml | Bumps stable version to 1.1.0 and aligns core dependency floor. |
| python/packages/orchestrations/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/purview/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/packages/redis/pyproject.toml | Bumps beta version and updates core dependency floor to 1.1.0. |
| python/CHANGELOG.md | Adds 1.1.0 release notes and updates compare links. |
chetantoshniwal
approved these changes
Apr 21, 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 versions to:
1.1.0for 1.X.X packages1.0.0b260421for beta packages1.0.0a260421for alpha packagesDescription
Bump package versions
Contribution Checklist