Python: Bump Python package versions for 1.12.1 release - #7273
Merged
Evan Mattson (moonbox3) merged 1 commit intoJul 23, 2026
Merged
Conversation
Evan Mattson (moonbox3)
temporarily deployed
to
github-app-auth
July 23, 2026 02:20 — with
GitHub Actions
Inactive
Evan Mattson (moonbox3)
temporarily deployed
to
github-app-auth
July 23, 2026 02:20 — with
GitHub Actions
Inactive
Evan Mattson (moonbox3)
temporarily deployed
to
github-app-auth
July 23, 2026 02:20 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the Python monorepo for the python-1.12.1 release by updating package versions, the root meta-package pin, the workspace lockfile, and the Python changelog release section/links.
Changes:
- Bump
agent-frameworkandagent-framework-coreto1.12.1, and update the root meta-package dependency pin toagent-framework-core[all]==1.12.1. - Bump connector package versions:
agent-framework-openaito1.11.0,agent-framework-foundryto1.10.3, andagent-framework-gemini/agent-framework-foundry-hostingto1.0.0b260722. - Add the
1.12.1release section topython/CHANGELOG.mdand update footer compare links; updatepython/uv.lockto reflect the new workspace versions.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| python/uv.lock | Updates workspace-locked package versions to match the release bumps. |
| python/pyproject.toml | Bumps root agent-framework to 1.12.1 and pins agent-framework-core[all]==1.12.1. |
| python/packages/core/pyproject.toml | Bumps agent-framework-core version to 1.12.1. |
| python/packages/openai/pyproject.toml | Bumps agent-framework-openai version to 1.11.0. |
| python/packages/foundry/pyproject.toml | Bumps agent-framework-foundry version to 1.10.3. |
| python/packages/gemini/pyproject.toml | Bumps agent-framework-gemini beta version date stamp to b260722. |
| python/packages/foundry_hosting/pyproject.toml | Bumps agent-framework-foundry-hosting beta version date stamp to b260722. |
| python/CHANGELOG.md | Adds 1.12.1 release notes and updates compare links for the new release tag. |
Contributor
Bump root and core to 1.12.1, OpenAI to 1.11.0 for new public prompt-cache options, Foundry to 1.10.3, and Gemini and Foundry Hosting to beta 260722 based on CHANGELOG entries. Promote AG-UI from 1.0.0rc9 to stable 1.0.0. No beta cohort bump was applied, and core floors remain unchanged under the strict affected-dependency policy because the connectors do not require a new core API.
Evan Mattson (moonbox3)
force-pushed
the
bump-py-ver-release-260722
branch
from
July 23, 2026 04:14
000324e to
9b0ed8a
Compare
Evan Mattson (moonbox3)
temporarily deployed
to
github-app-auth
July 23, 2026 04:14 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
approved these changes
Jul 23, 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 & Context
Bump root and core to 1.12.1, OpenAI to 1.11.0 for new public prompt-cache options, Foundry to 1.10.3, and Gemini and Foundry Hosting to beta 260722 based on CHANGELOG entries. No beta cohort bump was applied, and core floors remain unchanged under the strict affected-dependency policy because the connectors do not require a new core API.
Description & Review Guide
Related Issue
Fixes #
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.