Skip to content

Python: Bump Python package versions for a release. - #5432

Merged
Evan Mattson (moonbox3) merged 3 commits into
microsoft:mainfrom
moonbox3:bump-py-ver-release-20260423
Apr 23, 2026
Merged

Python: Bump Python package versions for a release.#5432
Evan Mattson (moonbox3) merged 3 commits into
microsoft:mainfrom
moonbox3:bump-py-ver-release-20260423

Conversation

@moonbox3

Copy link
Copy Markdown
Contributor

Motivation and Context

Bump Python version for a release.

Description

Bump Python version 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.

Copilot AI review requested due to automatic review settings April 23, 2026 01:49
@moonbox3
Evan Mattson (moonbox3) requested a review from a team as a code owner April 23, 2026 01:49
@moonbox3
Evan Mattson (moonbox3) removed the request for review from a team April 23, 2026 01:49
@moonbox3 Evan Mattson (moonbox3) added documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs python Usage: [Issues, PRs], Target: Python lab labels Apr 23, 2026
@github-actions github-actions Bot changed the title Bump Python version for a release. Python: Bump Python version for a release. Apr 23, 2026
@moonbox3

Evan Mattson (moonbox3) commented Apr 23, 2026

Copy link
Copy Markdown
Contributor Author

Python Test Coverage

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

Python Unit Test Overview

Tests Skipped Failures Errors Time
5781 30 💤 0 ❌ 0 🔥 1m 34s ⏱️

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

This PR updates the Python package release versions across the repo (core/meta packages to 1.1.1, and multiple integration packages to 1.0.0{a/b}260422) and aligns internal dependency constraints accordingly, plus adds a 1.1.1 changelog entry.

Changes:

  • Bump agent-framework / agent-framework-core / agent-framework-openai / agent-framework-foundry to 1.1.1.
  • Bump multiple integration package versions to 1.0.0{a/b}260422 and update their agent-framework-core dependency floor to >=1.1.1,<2.
  • Add a 1.1.1 section to python/CHANGELOG.md.

Reviewed changes

Copilot reviewed 29 out of 30 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
python/uv.lock Updates locked versions for the Python workspace packages to match the new release versions.
python/pyproject.toml Bumps the meta-package version to 1.1.1 and pins agent-framework-core[all] to 1.1.1.
python/packages/a2a/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/ag-ui/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/anthropic/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/azure-ai-search/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/azure-cosmos/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/azurefunctions/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/bedrock/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/chatkit/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/claude/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/copilotstudio/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/core/pyproject.toml Bumps agent-framework-core version to 1.1.1.
python/packages/declarative/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/devui/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/durabletask/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/foundry/pyproject.toml Bumps agent-framework-foundry version to 1.1.1 and raises agent-framework-core minimum to 1.1.1.
python/packages/foundry_hosting/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/foundry_local/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/gemini/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/github_copilot/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/hyperlight/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/lab/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/mem0/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/ollama/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/openai/pyproject.toml Bumps agent-framework-openai version to 1.1.1 and raises agent-framework-core minimum to 1.1.1.
python/packages/orchestrations/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/purview/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/packages/redis/pyproject.toml Bumps package version and raises agent-framework-core minimum to 1.1.1.
python/CHANGELOG.md Adds release notes for 1.1.1.

Comment thread python/pyproject.toml
@moonbox3 Evan Mattson (moonbox3) changed the title Python: Bump Python version for a release. Python: Bump Python package versions for a release. Apr 23, 2026

@moonbox3 Evan Mattson (moonbox3) left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Automated Code Review

Reviewers: 4 | Confidence: 95% | Result: All clear

Reviewed: Correctness, Security Reliability, Test Coverage, Design Approach


Automated review by moonbox3's agents

Per PR review: only connectors that changed (or whose published metadata
changed) should get new versions. Keeps released tier at 1.1.1, a2a/ag-ui
at 1.0.0b260422, foundry-hosting at 1.0.0a260422; reverts the 19 unchanged
betas and 2 unchanged alphas to 1.0.0b260421/1.0.0a260421. Reverts all 26
non-core agent-framework-core floors to >=1.1.0,<2 since no connector
actually depends on a 1.1.1 API or bug fix.
Reverses the lean-revert: all beta packages stamped 1.0.0b260423 and alpha
packages stamped 1.0.0a260423 (Asia date, matching release cut time). All
26 non-core packages raise agent-framework-core lower bound from >=1.1.0,<2
to >=1.1.1,<2 to signal the validated cohort for this release. CHANGELOG
date updated to 2026-04-23.
@moonbox3
Evan Mattson (moonbox3) merged commit acec9ca into microsoft:main Apr 23, 2026
44 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.

4 participants