Python: Bump Python package versions for 1.2.0 release#5468
Merged
moonbox3 merged 3 commits intomicrosoft:mainfrom Apr 24, 2026
Merged
Python: Bump Python package versions for 1.2.0 release#5468moonbox3 merged 3 commits intomicrosoft:mainfrom
moonbox3 merged 3 commits intomicrosoft:mainfrom
Conversation
Released tier bumps 1.1.1 -> 1.2.0 (core, openai, foundry, root) to reflect additive public APIs landed since 1.1.0: functional workflow API (microsoft#4238) and FunctionTool SKIP_PARSING sentinel (microsoft#5424). All beta packages stamped 1.0.0b260424, alpha packages 1.0.0a260424. All 26 non-core agent-framework-core floors raised to >=1.2.0,<2. CHANGELOG consolidates the never-tagged 1.1.1 entries with the post-merge additions into [1.2.0].
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the Python workspace/package versions to the 1.2.0 release line and updates dependency floors across the Python packages to align with newly added public APIs.
Changes:
- Bump released packages (
agent-framework,agent-framework-core,agent-framework-openai,agent-framework-foundry) to1.2.0. - Stamp beta/alpha packages to
1.0.0b260424/1.0.0a260424and raise non-coreagent-framework-coredependency floors to>=1.2.0,<2. - Consolidate changelog entries into the new
[1.2.0]section.
Reviewed changes
Copilot reviewed 30 out of 31 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| python/uv.lock | Updates locked workspace package versions to match the 1.2.0 release and new beta/alpha stamps. |
| python/pyproject.toml | Bumps meta-package version to 1.2.0 and pins agent-framework-core[all]==1.2.0. |
| python/packages/*/pyproject.toml | Stamps package versions and raises agent-framework-core floors to >=1.2.0,<2 across integrations. |
| python/CHANGELOG.md | Moves release notes into a new [1.2.0] section for the release. |
| python/packages/github_copilot/tests/test_github_copilot_agent.py | Minor formatting change in a test. |
Advance [Unreleased] comparison base from python-1.1.0 to python-1.2.0 and add a [1.2.0] reference link comparing python-1.1.0...python-1.2.0 so the heading links resolve correctly.
Previous commit incorrectly renamed the [1.1.1] header to [1.2.0], which wiped the historical 1.1.1 entries and wrongly attributed them to 1.2.0. This restores [1.1.1] to its origin/main content and adds a new [1.2.0] section above containing only the commits in python-1.1.1..HEAD: - microsoft#4238 functional workflow API - microsoft#5142 GitHub Copilot OpenTelemetry - microsoft#2403 A2A bridge support - microsoft#5070 oauth_consent_request events in Foundry clients - microsoft#5447 FoundryAgent hosted agent sessions - microsoft#5459 hosting server dependency upgrade + types - microsoft#5389 AG-UI reasoning/multimodal parsing fix - microsoft#5440 stop [TOOLBOXES] warning spam - microsoft#5455 user agent prefix fix Also corrects the [1.2.0] compare base to python-1.1.1 (not 1.1.0) and adds the missing [1.1.1] reference link.
SergeyMenshykh
approved these changes
Apr 24, 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
Released tier bumps 1.1.1 -> 1.2.0 (core, openai, foundry, root) to reflect additive public APIs landed since 1.1.0: functional workflow API (#4238) and FunctionTool SKIP_PARSING sentinel (#5424). All beta packages stamped 1.0.0b260424, alpha packages 1.0.0a260424. All 26 non-core agent-framework-core floors raised to >=1.2.0,<2. CHANGELOG consolidates the never-tagged 1.1.1 entries with the post-merge additions into [1.2.0].
Description
Contribution Checklist