Skip to content

Python: selective version bump for 1.10.0 release (re-date to 260629)#6806

Open
giles17 wants to merge 1 commit into
microsoft:mainfrom
giles17:bump-py-ver-release-260629
Open

Python: selective version bump for 1.10.0 release (re-date to 260629)#6806
giles17 wants to merge 1 commit into
microsoft:mainfrom
giles17:bump-py-ver-release-260629

Conversation

@giles17

@giles17 giles17 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #6753. Re-dates all beta/alpha packages from 260625 to 260629 (actual release date) and selectively bumps packages with new changes that merged after the original 1.10.0 bump PR.

Motivation and Context

The 1.10.0 bump PR (#6753) merged later than the date stamp it carried (260625). Since then, additional changes landed (integration tests unblocked). This PR updates all date-stamped packages to today's date and includes the newly impacted packages.

Description

Re-dated from 260625 to 260629 (10 packages):

  • agent-framework-anthropic, agent-framework-azurefunctions, agent-framework-bedrock, agent-framework-durabletask, agent-framework-purview (beta)
  • agent-framework-foundry-hosting, agent-framework-hosting, agent-framework-hosting-responses, agent-framework-hosting-telegram, agent-framework-tools (alpha)

Newly bumped (6 packages with changes since #6753 merged):

  • agent-framework-ag-ui: 1.0.0rc6 -> 1.0.0rc7 (fastapi bound update)
  • agent-framework-azure-ai-search: 1.0.0b260618 -> 1.0.0b260629 (stable + preview API versions)
  • agent-framework-devui: 1.0.0b260528 -> 1.0.0b260629 (fastapi bound update)
  • agent-framework-gemini: 1.0.0a260625 -> 1.0.0a260629 (google-genai bound update)
  • agent-framework-hyperlight: 1.0.0b260625 -> 1.0.0b260629 (hyperlight-sandbox bound)
  • agent-framework-ollama: 1.0.0b260521 -> 1.0.0b260629 (Pydantic response_format fix)

CHANGELOG [1.10.0] date updated to 2026-06-29 with new entries:

Released cohort stays at 1.10.0 (not yet published to PyPI).

Contribution Checklist

- Re-date all beta/alpha packages from 260625 to 260629 (actual release date)
- agent-framework-ag-ui: rc6 -> rc7 (fastapi bound update)
- agent-framework-azure-ai-search: bumped (stable + preview API versions)
- agent-framework-devui: bumped (fastapi bound update)
- agent-framework-gemini: bumped (google-genai bound update)
- agent-framework-hyperlight: bumped (hyperlight-sandbox bound)
- agent-framework-ollama: bumped (Pydantic response_format fix)
- CHANGELOG [1.10.0] date updated to 2026-06-29 with new entries
- Inter-package dependency bounds updated
- uv.lock refreshed

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 29, 2026 18:13
@giles17 giles17 requested a review from a team as a code owner June 29, 2026 18:13
@moonbox3 moonbox3 added documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs python Usage: [Issues, PRs], Target: Python labels Jun 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Python 1.10.0 release metadata by re-dating all date-stamped pre-release packages from 260625 to 260629, selectively bumping additional packages that changed after the original 1.10.0 bump, and aligning the 1.10.0 CHANGELOG date/entries accordingly.

Changes:

  • Re-date alpha/beta package versions to *260629 and update dependent intra-repo version pins/bounds where applicable.
  • Bump additional impacted packages (e.g., ag-ui rc, azure-ai-search, devui, ollama, etc.) and refresh uv.lock to match.
  • Update python/CHANGELOG.md [1.10.0] release date to 2026-06-29 and include the additional merged items in the 1.10.0 entry.

Reviewed changes

Copilot reviewed 17 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
python/uv.lock Refreshes the lockfile to reflect the updated local package versions and updated registry metadata.
python/packages/tools/pyproject.toml Re-dates agent-framework-tools alpha version to 1.0.0a260629.
python/packages/purview/pyproject.toml Re-dates agent-framework-purview beta version to 1.0.0b260629.
python/packages/ollama/pyproject.toml Bumps agent-framework-ollama beta version to 1.0.0b260629.
python/packages/hyperlight/pyproject.toml Re-dates agent-framework-hyperlight beta version to 1.0.0b260629.
python/packages/hosting/pyproject.toml Re-dates agent-framework-hosting alpha version to 1.0.0a260629.
python/packages/hosting-telegram/pyproject.toml Re-dates agent-framework-hosting-telegram and updates dependency bound to agent-framework-hosting>=1.0.0a260629,<2.
python/packages/hosting-responses/pyproject.toml Re-dates agent-framework-hosting-responses and updates pinned dependency to agent-framework-hosting==1.0.0a260629.
python/packages/gemini/pyproject.toml Re-dates agent-framework-gemini alpha version to 1.0.0a260629.
python/packages/foundry_hosting/pyproject.toml Re-dates agent-framework-foundry-hosting alpha version to 1.0.0a260629.
python/packages/durabletask/pyproject.toml Re-dates agent-framework-durabletask beta version to 1.0.0b260629.
python/packages/devui/pyproject.toml Bumps agent-framework-devui beta version to 1.0.0b260629.
python/packages/bedrock/pyproject.toml Re-dates agent-framework-bedrock beta version to 1.0.0b260629.
python/packages/azurefunctions/pyproject.toml Re-dates agent-framework-azurefunctions and updates dependency bound to agent-framework-durabletask>=1.0.0b260629,<2.
python/packages/azure-ai-search/pyproject.toml Bumps agent-framework-azure-ai-search beta version to 1.0.0b260629.
python/packages/anthropic/pyproject.toml Re-dates agent-framework-anthropic beta version to 1.0.0b260629.
python/packages/ag-ui/pyproject.toml Bumps agent-framework-ag-ui from 1.0.0rc6 to 1.0.0rc7.
python/CHANGELOG.md Updates [1.10.0] date to 2026-06-29 and includes additional entries relevant to the 1.10.0 cut.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Code Review

Reviewers: 5 | Confidence: 77% | Result: All clear

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


Automated review by giles17's agents

@github-actions

Copy link
Copy Markdown
Contributor

Python Test Coverage

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

Python Unit Test Overview

Tests Skipped Failures Errors Time
8445 37 💤 0 ❌ 0 🔥 2m 14s ⏱️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants