Skip to content

Python: Bump Python version to 1.0.1 for a release - #5196

Merged
Evan Mattson (moonbox3) merged 7 commits into
microsoft:mainfrom
moonbox3:bump-py-ver-release-20260409
Apr 10, 2026
Merged

Python: Bump Python version to 1.0.1 for a release#5196
Evan Mattson (moonbox3) merged 7 commits into
microsoft:mainfrom
moonbox3:bump-py-ver-release-20260409

Conversation

@moonbox3

@moonbox3 Evan Mattson (moonbox3) commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

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

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

@moonbox3
Evan Mattson (moonbox3) requested a review from a team as a code owner April 10, 2026 00:32
Copilot AI review requested due to automatic review settings April 10, 2026 00:32
@moonbox3 Evan Mattson (moonbox3) added python Usage: [Issues, PRs], Target: Python release documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs labels Apr 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 to 1.1.0.
  • Raise internal package dependency minimums on agent-framework-core to >=1.1.0,<2 where applicable.
  • Add a 1.1.0 release entry to the Python changelog and update the Unreleased compare 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).

Comment thread python/CHANGELOG.md Outdated
@moonbox3

Evan Mattson (moonbox3) commented Apr 10, 2026

Copy link
Copy Markdown
Contributor Author

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL27200318488% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python Unit Test Overview

Tests Skipped Failures Errors Time
5439 20 💤 0 ❌ 0 🔥 1m 26s ⏱️

@moonbox3 Evan Mattson (moonbox3) changed the title Python: Bump Python version to 1.1.0 for a release Python: Bump Python version to 1.0.1 for a release Apr 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 26 out of 29 changed files in this pull request and generated 2 comments.

Comment thread python/pyproject.toml Outdated
Comment thread python/CHANGELOG.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 26 out of 29 changed files in this pull request and generated 2 comments.

Comment thread python/packages/foundry/pyproject.toml Outdated
Comment thread python/packages/foundry_local/pyproject.toml Outdated
@moonbox3
Evan Mattson (moonbox3) merged commit 4a36f10 into microsoft:main Apr 10, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants