Skip to content

Python: Bump agent-framework-ag-ui to release candidate stage#5844

Merged
moonbox3 merged 2 commits into
microsoft:mainfrom
moonbox3:ag-ui-to-rc
May 14, 2026
Merged

Python: Bump agent-framework-ag-ui to release candidate stage#5844
moonbox3 merged 2 commits into
microsoft:mainfrom
moonbox3:ag-ui-to-rc

Conversation

@moonbox3
Copy link
Copy Markdown
Contributor

Motivation and Context

Bump agent-framework-ag-ui to release candidate stage - 1.0.0rc1.

Description

Bump agent-framework-ag-ui to release candidate stage - 1.0.0rc1.

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.

@moonbox3 moonbox3 self-assigned this May 14, 2026
Copilot AI review requested due to automatic review settings May 14, 2026 10:32
@github-actions github-actions Bot changed the title Pyhon: Bump agent-framework-ag-ui to release candidate stage Python: Pyhon: Bump agent-framework-ag-ui to release candidate stage May 14, 2026
@moonbox3 moonbox3 enabled auto-merge May 14, 2026 10:33
@moonbox3 moonbox3 moved this to In Progress in Agent Framework May 14, 2026
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

This PR promotes the Python agent-framework-ag-ui package from a beta build version to the 1.0.0rc1 release-candidate version, keeping the workspace lockfile in sync.

Changes:

  • Bumped agent-framework-ag-ui version to 1.0.0rc1 in its pyproject.toml.
  • Updated python/uv.lock to reflect the new package version (and regenerated/adjusted one dependency specifier entry).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
python/uv.lock Updates the locked workspace package version for agent-framework-ag-ui and reflects current dependency metadata.
python/packages/ag-ui/pyproject.toml Bumps agent-framework-ag-ui package version to 1.0.0rc1.

@moonbox3
Copy link
Copy Markdown
Contributor Author

moonbox3 commented May 14, 2026

Python Test Coverage

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

Python Unit Test Overview

Tests Skipped Failures Errors Time
6733 30 💤 0 ❌ 0 🔥 1m 47s ⏱️

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: 95%

✓ Correctness

This is a straightforward version bump from 1.0.0b260507 (beta) to 1.0.0rc1 (release candidate) for the agent-framework-ag-ui package. The pyproject.toml version change and corresponding uv.lock updates are correct. The lock file also contains a cosmetic reorder of specifier bounds for github-copilot-sdk (>=1.0.0b2,<=1.0.0b2 → <=1.0b2,>=1.0.0b2) which is semantically equivalent — likely an artifact of uv lock regeneration. No correctness issues found.

✓ Security Reliability

This is a straightforward version bump from 1.0.0b260507 (beta) to 1.0.0rc1 (release candidate) for the agent-framework-ag-ui package. The changes are limited to the version string in pyproject.toml and the corresponding uv.lock updates. The lock file also contains a harmless reorder of version specifier bounds for github-copilot-sdk (>=1.0.0b2,<=1.0.0b2 → <=1.0.0b2,>=1.0.0b2), which is semantically equivalent. No security or reliability concerns identified.

✓ Test Coverage

This PR is a pure version bump from 1.0.0b260507 (beta) to 1.0.0rc1 (release candidate) for the agent-framework-ag-ui package, with corresponding uv.lock updates. No code changes are made. The only version-related test in python/packages/ag-ui/tests/ag_ui/test_public_exports.py asserts hasattr(ag_ui, "__version__") without checking a specific value, so the bump cannot break existing tests. No new behavior is introduced that would require additional test coverage.

✗ Design Approach

The version bump itself is straightforward, but the PR rationale says this promotes agent-framework-ag-ui to the release-candidate stage while the repo’s lifecycle metadata still classifies that package as beta. That leaves the package in two different stages at once, so the approach does not fully apply the intended promotion.


Automated review by moonbox3's agents

Comment thread python/packages/ag-ui/pyproject.toml
@moonbox3 moonbox3 changed the title Python: Pyhon: Bump agent-framework-ag-ui to release candidate stage Python: Bump agent-framework-ag-ui to release candidate stage May 14, 2026
@moonbox3 moonbox3 added the documentation Improvements or additions to documentation label May 14, 2026
@moonbox3 moonbox3 added this pull request to the merge queue May 14, 2026
Merged via the queue into microsoft:main with commit ae666a4 May 14, 2026
38 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Agent Framework May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ag-ui documentation Improvements or additions to documentation python

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants