Python: Bump Python version to 1.0.1 for a release - #5196
Merged
Evan Mattson (moonbox3) merged 7 commits intoApr 10, 2026
Merged
Python: Bump Python version to 1.0.1 for a release#5196Evan Mattson (moonbox3) merged 7 commits into
Evan Mattson (moonbox3) merged 7 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the Python package set to the 1.1.0 release, updating the meta-package version, core package versions, and aligning dependent package constraints and lockfile metadata.
Changes:
- Update Python meta-package (
agent-framework) and core package versions to1.1.0. - Raise internal package dependency minimums on
agent-framework-coreto>=1.1.0,<2where applicable. - Add a
1.1.0release entry to the Python changelog and update theUnreleasedcompare link base.
Reviewed changes
Copilot reviewed 26 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| python/uv.lock | Updates locked versions for agent-framework and related editable packages to the new release versions. |
| python/pyproject.toml | Bumps the meta-package version to 1.1.0 and pins agent-framework-core[all]==1.1.0. |
| python/packages/core/pyproject.toml | Bumps agent-framework-core to 1.1.0. |
| python/packages/openai/pyproject.toml | Bumps agent-framework-openai to 1.1.0 and raises core minimum to >=1.1.0,<2. |
| python/packages/foundry/pyproject.toml | Bumps agent-framework-foundry to 1.1.0 and raises core minimum to >=1.1.0,<2. |
| python/packages/a2a/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/ag-ui/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/anthropic/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/azure-ai-search/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/azure-cosmos/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/azurefunctions/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/bedrock/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/chatkit/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/claude/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/copilotstudio/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/declarative/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/devui/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/durabletask/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/foundry_local/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/github_copilot/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/lab/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/mem0/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/ollama/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/orchestrations/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/purview/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/packages/redis/pyproject.toml | Bumps prerelease version and raises core minimum to >=1.1.0,<2. |
| python/CHANGELOG.md | Adds 1.1.0 release notes and updates compare links (needs a small fix noted in PR comments). |
Contributor
Author
Dmytro Struk (dmytrostruk)
approved these changes
Apr 10, 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.1 for a release
Description
Bump Python version to 1.0.1 for a release
Contribution Checklist