Skip to content

Python: Bump Python package versions for 1.2.0 release#5468

Merged
moonbox3 merged 3 commits intomicrosoft:mainfrom
moonbox3:bump-py-ver-release-260424
Apr 24, 2026
Merged

Python: Bump Python package versions for 1.2.0 release#5468
moonbox3 merged 3 commits intomicrosoft:mainfrom
moonbox3:bump-py-ver-release-260424

Conversation

@moonbox3
Copy link
Copy Markdown
Contributor

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

  • 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.

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].
Copilot AI review requested due to automatic review settings April 24, 2026 10:15
@moonbox3 moonbox3 requested a review from a team as a code owner April 24, 2026 10:15
@moonbox3 moonbox3 added documentation Improvements or additions to documentation python lab Agent Framework Lab labels Apr 24, 2026
@moonbox3
Copy link
Copy Markdown
Contributor Author

moonbox3 commented Apr 24, 2026

Python Test Coverage

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

Python Unit Test Overview

Tests Skipped Failures Errors Time
6023 30 💤 0 ❌ 0 🔥 1m 38s ⏱️

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 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) to 1.2.0.
  • Stamp beta/alpha packages to 1.0.0b260424 / 1.0.0a260424 and raise non-core agent-framework-core dependency 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.

Comment thread python/CHANGELOG.md
@moonbox3 moonbox3 removed the request for review from a team April 24, 2026 10:20
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

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: 84% | Result: All clear

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


Automated review by moonbox3's agents

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.
@moonbox3 moonbox3 merged commit 0b69d7f into microsoft:main Apr 24, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lab Agent Framework Lab python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants