Skip to content

Python: bump package versions for 1.8.1 release - #6420

Merged
Tao Chen (TaoChenOSU) merged 5 commits into
mainfrom
copilot/python-release-bump-181
Jun 9, 2026
Merged

Python: bump package versions for 1.8.1 release#6420
Tao Chen (TaoChenOSU) merged 5 commits into
mainfrom
copilot/python-release-bump-181

Conversation

CopilotAI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Motivation and Context

Cuts the Python 1.8.1 release: version bumps across the workspace, changelog, and inter-package pin alignment.

Description

  • Versions: agent-framework (meta), -core, -foundry, -openai1.8.01.8.1; dated prereleases bumped for -ag-ui (rc3rc4), -azurefunctions, -claude, -foundry-hosting, -gemini, -mem0.
  • Core pins: aligned each package's agent-framework-core>= lower bound to 1.8.1, per the per-release convention. mem0/claude/gemini/ag-ui skipped the 1.7.0/1.8.0 bumps, so they move >=1.6.0>=1.8.1. Refreshed uv.lock.
  • Changelog: added the [1.8.1] - 2026-06-09 section; added the [1.8.1] compare link and repointed [Unreleased] to python-1.8.1...HEAD. Removed an incorrect agent-framework-foundry entry for Python: Refactor workflow as agent pending request handling #6259 (that PR only bumped azure-ai-projects; the real fix lives under agent-framework-foundry-hosting).

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? No — release/versioning and changelog only.

CopilotAI requested review from Copilot and removed request for CopilotJune 9, 2026 18:12
CopilotAI requested review from Copilot and removed request for CopilotJune 9, 2026 18:14
@moonbox3Evan Mattson (moonbox3) added documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs python Usage: [Issues, PRs], Target: Python labels Jun 9, 2026
CopilotAI requested review from Copilot and removed request for CopilotJune 9, 2026 18:37
CopilotAI changed the title Python: bump package versions for 1.8.1 releaseRemove incorrect agent-framework-foundry changelog entry for #6259Jun 9, 2026
@TaoChenOSUTao Chen (TaoChenOSU) changed the title Remove incorrect agent-framework-foundry changelog entry for #6259Python: bump package versions for 1.8.1 releaseJun 9, 2026
@TaoChenOSU
Tao Chen (TaoChenOSU) marked this pull request as ready for review June 9, 2026 18:47
@TaoChenOSU
Tao Chen (TaoChenOSU) requested a review from a team as a code ownerJune 9, 2026 18:47
CopilotAI review requested due to automatic review settings June 9, 2026 18:47

CopilotAI 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 workspace package versions for the 1.8.1 release, updates inter-package dependency pins accordingly, refreshes uv.lock, and adds a 1.8.1 changelog entry.

Changes:

  • Bump agent-framework (meta), -core, -openai, and -foundry from 1.8.01.8.1.
  • Bump several integration packages to the new dated prerelease versions and update their agent-framework-core minimum versions.
  • Refresh python/uv.lock and add a python/CHANGELOG.md entry for 1.8.1 (2026-06-09).

Reviewed changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 5 comments.

Show a summary per file
FileDescription
python/uv.lockUpdates locked workspace package versions to match the 1.8.1 release set.
python/pyproject.tomlBumps meta-package version to 1.8.1 and pins agent-framework-core[all] to 1.8.1.
python/packages/core/pyproject.tomlBumps agent-framework-core version to 1.8.1.
python/packages/openai/pyproject.tomlBumps agent-framework-openai to 1.8.1 and raises core minimum to >=1.8.1.
python/packages/foundry/pyproject.tomlBumps agent-framework-foundry to 1.8.1 and aligns core/openai minimums to >=1.8.1.
python/packages/foundry_hosting/pyproject.tomlBumps agent-framework-foundry-hosting dated alpha version and aligns core minimum to >=1.8.1.
python/packages/azurefunctions/pyproject.tomlBumps agent-framework-azurefunctions dated beta version and aligns core minimum to >=1.8.1.
python/packages/claude/pyproject.tomlBumps agent-framework-claude dated beta version and raises core minimum to >=1.8.1.
python/packages/gemini/pyproject.tomlBumps agent-framework-gemini dated alpha version and raises core minimum to >=1.8.1.
python/packages/mem0/pyproject.tomlBumps agent-framework-mem0 dated beta version and raises core minimum to >=1.8.1.
python/packages/ag-ui/pyproject.tomlBumps agent-framework-ag-ui RC version and raises core minimum to >=1.8.1.
python/CHANGELOG.mdAdds the 1.8.1 release section with highlights and referenced PRs.

Comment threadpython/CHANGELOG.md
Comment threadpython/packages/mem0/pyproject.toml
Comment threadpython/packages/claude/pyproject.toml
Comment threadpython/packages/gemini/pyproject.toml
Comment threadpython/packages/ag-ui/pyproject.toml
@TaoChenOSU
Tao Chen (TaoChenOSU) added this pull request to the merge queueJun 9, 2026
Merged via the queue into main with commit 3daed11Jun 9, 2026
38 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationUsage: [Issues, PRs], Target: documentation in the code base and learn docspythonUsage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@alliscode@giles17@TaoChenOSU@moonbox3