Skip to content

Python: selective version bump for 1.10.0 release#6840

Merged
giles17 merged 1 commit into
microsoft:mainfrom
giles17:bump-py-ver-release-260630
Jun 30, 2026
Merged

Python: selective version bump for 1.10.0 release#6840
giles17 merged 1 commit into
microsoft:mainfrom
giles17:bump-py-ver-release-260630

Conversation

@giles17

@giles17 giles17 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Selective version bump for the python-1.10.0 release. Re-dates all beta/alpha packages to 260630 (actual release date) and bumps packages with new changes that merged after the original 1.10.0 bump PR (#6753). The released cohort stays at 1.10.0 (never published to PyPI). Hosting packages (hosting, hosting-responses, hosting-telegram) are excluded per team decision.

See python/CHANGELOG.md for the full set of changes shipping in this release.

Motivation and Context

The original 1.10.0 bump PR (#6753) merged later than its date stamp (260625). Additional changes landed since then. This PR updates all date-stamped packages to today and includes newly impacted packages before the release is cut.

Description

Re-dated from 260625 to 260630 (carried over from #6753, no new code changes):

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

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

  • agent-framework-ag-ui: 1.0.0rc6 -> 1.0.0rc7 (fastapi bound update)
  • agent-framework-github-copilot: 1.0.0rc1 -> 1.0.0rc2 (approval hook feature)
  • agent-framework-azure-ai-search: 1.0.0b260618 -> 1.0.0b260630 (stable + preview API versions)
  • agent-framework-devui: 1.0.0b260528 -> 1.0.0b260630 (fastapi bound update)
  • agent-framework-gemini: 1.0.0a260625 -> 1.0.0a260630 (google-genai bound update)
  • agent-framework-hyperlight: 1.0.0b260625 -> 1.0.0b260630 (hyperlight-sandbox bound)
  • agent-framework-ollama: 1.0.0b260521 -> 1.0.0b260630 (Pydantic response_format fix)

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

Excluded: hosting, hosting-responses, hosting-telegram (per team decision)

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? Yes — experimental: SkillsProvider approval, FileAccess/FileMemory improvements, Foundry Hosted Agent V2

- Re-date all beta/alpha packages to 260630 (actual release date)
- agent-framework-ag-ui: rc6 -> rc7 (fastapi bound update)
- agent-framework-github-copilot: rc1 -> rc2 (approval hook feature)
- Newly bumped: azure-ai-search, devui, gemini, hyperlight, ollama
- CHANGELOG [1.10.0] date updated to 2026-06-30 with new entries
- Hosting/hosting-responses/hosting-telegram excluded per team decision
- Inter-package dependency bounds updated
- uv.lock refreshed

Co-authored-by: Copilot <[email protected]>
Copilot AI review requested due to automatic review settings June 30, 2026 18:12
@giles17 giles17 requested a review from a team as a code owner June 30, 2026 18:12

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

This PR prepares the Python python-1.10.0 release cut by selectively re-dating pre-release package versions to the actual release date (260630) and bumping a small set of packages that picked up changes after the original 1.10.0 bump, while updating the Python changelog’s [1.10.0] release date and entries accordingly.

Changes:

  • Re-date several alpha/beta packages from *260625 to *260630 (version-only adjustments).
  • Bump newly-impacted packages to their next pre-release version/date stamp and align agent-framework-core dependency lower bounds to >=1.10.0,<2 where applicable.
  • Update python/CHANGELOG.md [1.10.0] date to 2026-06-30 and add entries for the newly included PRs.

Reviewed changes

Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
python/packages/ag-ui/pyproject.toml Bump agent-framework-ag-ui to 1.0.0rc7.
python/packages/anthropic/pyproject.toml Re-date agent-framework-anthropic to 1.0.0b260630.
python/packages/azure-ai-search/pyproject.toml Re-date agent-framework-azure-ai-search to 1.0.0b260630 and align core lower bound to >=1.10.0.
python/packages/azurefunctions/pyproject.toml Re-date agent-framework-azurefunctions and update agent-framework-durabletask lower bound to 1.0.0b260630.
python/packages/bedrock/pyproject.toml Re-date agent-framework-bedrock to 1.0.0b260630.
python/packages/devui/pyproject.toml Re-date agent-framework-devui to 1.0.0b260630 and align core lower bound to >=1.10.0.
python/packages/durabletask/pyproject.toml Re-date agent-framework-durabletask to 1.0.0b260630.
python/packages/gemini/pyproject.toml Re-date agent-framework-gemini to 1.0.0a260630.
python/packages/github_copilot/pyproject.toml Bump agent-framework-github-copilot to 1.0.0rc2 and align core lower bound to >=1.10.0.
python/packages/hyperlight/pyproject.toml Re-date agent-framework-hyperlight to 1.0.0b260630.
python/packages/ollama/pyproject.toml Re-date agent-framework-ollama to 1.0.0b260630 and align core lower bound to >=1.10.0.
python/packages/purview/pyproject.toml Re-date agent-framework-purview to 1.0.0b260630.
python/packages/tools/pyproject.toml Re-date agent-framework-tools to 1.0.0a260630.
python/CHANGELOG.md Update [1.10.0] date to 2026-06-30 and include additional release entries.

@github-actions

Copy link
Copy Markdown
Contributor

Python Test Coverage

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

Python Unit Test Overview

Tests Skipped Failures Errors Time
8497 37 💤 0 ❌ 0 🔥 2m 12s ⏱️

@giles17 giles17 added this pull request to the merge queue Jun 30, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 30, 2026
@giles17 giles17 added this pull request to the merge queue Jun 30, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 30, 2026
@giles17 giles17 added this pull request to the merge queue Jun 30, 2026
Merged via the queue into microsoft:main with commit a25756b Jun 30, 2026
44 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants