Python: selective version bump for 1.10.0 release (re-date to 260629)#6806
Open
giles17 wants to merge 1 commit into
Open
Python: selective version bump for 1.10.0 release (re-date to 260629)#6806giles17 wants to merge 1 commit into
giles17 wants to merge 1 commit into
Conversation
- 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>
Contributor
There was a problem hiding this comment.
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
*260629and update dependent intra-repo version pins/bounds where applicable. - Bump additional impacted packages (e.g.,
ag-uirc,azure-ai-search,devui,ollama, etc.) and refreshuv.lockto match. - Update
python/CHANGELOG.md[1.10.0]release date to2026-06-29and 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. |
Contributor
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
Follow-up to #6753. Re-dates all beta/alpha packages from
260625to260629(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 to2026-06-29with new entries:response_formatto JSON schema in OllamaChatClient #6782)Released cohort stays at 1.10.0 (not yet published to PyPI).
Contribution Checklist