Python: bump package versions for 1.8.1 release#6420
Merged
Conversation
Copilot created this pull request from a session on behalf of
TaoChenOSU
June 9, 2026 18:03
View session
Copilot
AI
changed the title
Python: bump package versions for 1.8.1 release
Remove incorrect agent-framework-foundry changelog entry for #6259
Jun 9, 2026
Contributor
There was a problem hiding this comment.
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-foundryfrom1.8.0→1.8.1. - Bump several integration packages to the new dated prerelease versions and update their
agent-framework-coreminimum versions. - Refresh
python/uv.lockand add apython/CHANGELOG.mdentry for1.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
| File | Description |
|---|---|
| python/uv.lock | Updates locked workspace package versions to match the 1.8.1 release set. |
| python/pyproject.toml | Bumps meta-package version to 1.8.1 and pins agent-framework-core[all] to 1.8.1. |
| python/packages/core/pyproject.toml | Bumps agent-framework-core version to 1.8.1. |
| python/packages/openai/pyproject.toml | Bumps agent-framework-openai to 1.8.1 and raises core minimum to >=1.8.1. |
| python/packages/foundry/pyproject.toml | Bumps agent-framework-foundry to 1.8.1 and aligns core/openai minimums to >=1.8.1. |
| python/packages/foundry_hosting/pyproject.toml | Bumps agent-framework-foundry-hosting dated alpha version and aligns core minimum to >=1.8.1. |
| python/packages/azurefunctions/pyproject.toml | Bumps agent-framework-azurefunctions dated beta version and aligns core minimum to >=1.8.1. |
| python/packages/claude/pyproject.toml | Bumps agent-framework-claude dated beta version and raises core minimum to >=1.8.1. |
| python/packages/gemini/pyproject.toml | Bumps agent-framework-gemini dated alpha version and raises core minimum to >=1.8.1. |
| python/packages/mem0/pyproject.toml | Bumps agent-framework-mem0 dated beta version and raises core minimum to >=1.8.1. |
| python/packages/ag-ui/pyproject.toml | Bumps agent-framework-ag-ui RC version and raises core minimum to >=1.8.1. |
| python/CHANGELOG.md | Adds the 1.8.1 release section with highlights and referenced PRs. |
giles17
approved these changes
Jun 9, 2026
alliscode
approved these changes
Jun 9, 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
Cuts the Python 1.8.1 release: version bumps across the workspace, changelog, and inter-package pin alignment.
Description
agent-framework(meta),-core,-foundry,-openai1.8.0→1.8.1; dated prereleases bumped for-ag-ui(rc3→rc4),-azurefunctions,-claude,-foundry-hosting,-gemini,-mem0.agent-framework-core>=lower bound to1.8.1, per the per-release convention.mem0/claude/gemini/ag-uiskipped the 1.7.0/1.8.0 bumps, so they move>=1.6.0→>=1.8.1. Refresheduv.lock.[1.8.1] - 2026-06-09section; added the[1.8.1]compare link and repointed[Unreleased]topython-1.8.1...HEAD. Removed an incorrectagent-framework-foundryentry for Python: Refactor workflow as agent pending request handling #6259 (that PR only bumpedazure-ai-projects; the real fix lives underagent-framework-foundry-hosting).Contribution Checklist