Python: selective version bump for 1.10.0 release#6840
Merged
Conversation
- 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]>
Contributor
There was a problem hiding this comment.
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
*260625to*260630(version-only adjustments). - Bump newly-impacted packages to their next pre-release version/date stamp and align
agent-framework-coredependency lower bounds to>=1.10.0,<2where applicable. - Update
python/CHANGELOG.md[1.10.0]date to2026-06-30and 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. |
Contributor
TaoChenOSU
approved these changes
Jun 30, 2026
alliscode
approved these changes
Jun 30, 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.
Summary
Selective version bump for the
python-1.10.0release. Re-dates all beta/alpha packages to260630(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.mdfor 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 to2026-06-30with new entries:response_formatto JSON schema in OllamaChatClient #6782)Excluded:
hosting,hosting-responses,hosting-telegram(per team decision)Contribution Checklist