Skip to content

Python: Bump Python package versions for 1.11.0 release - #7035

Merged
Evan Mattson (moonbox3) merged 3 commits into
microsoft:mainfrom
moonbox3:bump-py-vers-2026-0709
Jul 10, 2026
Merged

Python: Bump Python package versions for 1.11.0 release#7035
Evan Mattson (moonbox3) merged 3 commits into
microsoft:mainfrom
moonbox3:bump-py-vers-2026-0709

Conversation

@moonbox3

Copy link
Copy Markdown
Contributor

Bump the CHANGELOG-selected packages for the 1.11.0 release: core and the root package move to 1.11.0 for the new stable APIs, Foundry and OpenAI receive patch bumps, changed prerelease packages receive the 260709 stamp or next RC counter, and Monty joins the bump set for corrected published dependency metadata. No beta cohort bump was applied. Raise core floors conservatively on every package publishing this cycle and correct dependency floors exposed by lower-bound validation.

Bump the CHANGELOG-selected packages for the 1.11.0 release: core and the root package move to 1.11.0 for the new stable APIs, Foundry and OpenAI receive patch bumps, changed prerelease packages receive the 260709 stamp or next RC counter, and Monty joins the bump set for corrected published dependency metadata. No beta cohort bump was applied. Raise core floors conservatively on every package publishing this cycle and correct dependency floors exposed by lower-bound validation.

Copilot-Session: ee33d338-c1fc-4182-9106-0345ccf26b8e
Copilot AI review requested due to automatic review settings July 10, 2026 02:39
@moonbox3 Evan Mattson (moonbox3) added the python Usage: [Issues, PRs], Target: Python label Jul 10, 2026
@moonbox3
Evan Mattson (moonbox3) requested a review from a team as a code owner July 10, 2026 02:39
@github-actions github-actions Bot changed the title Bump Python package versions for 1.11.0 release Python: Bump Python package versions for 1.11.0 release Jul 10, 2026
@giles17 Giles Odigwe (giles17) added documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs lab Usage: [Issues, PRs], Target: lab packages labels Jul 10, 2026

@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: 89% | Result: All clear

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


Automated review by moonbox3's agents

@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
packages/core/agent_framework
   _mcp.py136411391%241, 247, 356, 375, 596, 675–676, 808, 863, 978, 981, 991, 995, 1042–1043, 1048, 1055–1056, 1063, 1068–1069, 1076–1077, 1081, 1086–1087, 1096, 1103–1104, 1122, 1135, 1159–1160, 1179–1182, 1184–1185, 1189, 1215, 1249–1251, 1253, 1306–1308, 1367–1368, 1637, 1678–1679, 1692, 1695, 1704–1705, 1710–1711, 1717, 1771–1772, 1792–1793, 1802–1803, 1808–1809, 1815, 1908, 1911, 1938, 1961–1965, 1988–1990, 1995, 1999–2000, 2102, 2109, 2111, 2182, 2197–2198, 2205–2206, 2211–2212, 2217, 2221, 2236, 2298, 2481, 2483, 2505, 2507–2510, 2523–2524, 2568, 2630, 3047–3048, 3279–3280, 3298
packages/gemini/agent_framework_gemini
   _chat_client.py4371895%401, 715–716, 734–735, 744–745, 748–749, 781, 788, 908, 919, 1094–1095, 1099, 1110–1111
TOTAL44118527088% 

Python Unit Test Overview

Tests Skipped Failures Errors Time
8839 33 💤 0 ❌ 0 🔥 2m 14s ⏱️

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 workspace for the 1.11.0 release by bumping package versions, updating selected dependency lower-bounds, and aligning the workspace lockfile and changelog with the release set.

Changes:

  • Bump agent-framework and agent-framework-core to 1.11.0, and apply patch/prerelease bumps across selected integration packages.
  • Update dependency floors for several SDKs (e.g., openai, google-genai, claude-agent-sdk, durabletask) and adjust core’s dev dependency group.
  • Minor maintenance tweaks: formatting updates in DevUI tests and typing suppression adjustments in the Gemini client and MCP websocket import path.

Reviewed changes

Copilot reviewed 31 out of 32 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
python/uv.lock Updates locked versions and metadata for the bumped release set and dependency floor changes.
python/pyproject.toml Bumps the root package version to 1.11.0 and pins agent-framework-core[all]==1.11.0.
python/packages/purview/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/openai/pyproject.toml Patch bump to 1.10.1 and raises openai and core lower bounds.
python/packages/ollama/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/monty/pyproject.toml Bumps prerelease version and corrects pydantic-monty lower bound.
python/packages/mistral/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/mem0/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/lab/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/hyperlight/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/hosting/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/hosting-responses/pyproject.toml Bumps prerelease version, aligns hosting pin, and raises agent-framework-core floor.
python/packages/github_copilot/pyproject.toml RC bump and raises agent-framework-core floor to 1.11.0 (plus minor whitespace cleanup).
python/packages/gemini/pyproject.toml Bumps prerelease version and raises agent-framework-core and google-genai floors.
python/packages/gemini/agent_framework_gemini/_chat_client.py Adjusts typing suppression for the streaming generate_content_stream call.
python/packages/foundry/pyproject.toml Patch bump to 1.10.1 and raises agent-framework-core floor to 1.11.0.
python/packages/foundry_hosting/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/durabletask/pyproject.toml Bumps prerelease version and raises durabletask and core dependency floors.
python/packages/devui/tests/devui/test_server.py Pure formatting simplifications in assertions and calls.
python/packages/devui/tests/devui/test_schema_generation.py Pure formatting simplifications in assertions and field declarations.
python/packages/devui/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/core/pyproject.toml Bumps core to 1.11.0 and expands dev dependency group for optional integrations.
python/packages/core/agent_framework/_mcp.py Switches MCP websocket import to dynamic import and removes deprecated-import suppression.
python/packages/copilotstudio/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/claude/pyproject.toml Bumps prerelease version and raises claude-agent-sdk and core floors.
python/packages/bedrock/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/azurefunctions/pyproject.toml Bumps prerelease version and updates agent-framework-durabletask pin and core floor.
python/packages/azure-ai-search/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/anthropic/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/packages/ag-ui/pyproject.toml RC bump and raises agent-framework-core floor to 1.11.0.
python/packages/a2a/pyproject.toml Bumps prerelease version and raises agent-framework-core floor to 1.11.0.
python/CHANGELOG.md Adds the 1.11.0 release notes section and updates compare links.

Comment thread python/packages/monty/pyproject.toml
Move the targeted Pyright suppression to the SDK contents argument, where the google-genai invariant content-list alias produces the compatibility diagnostic, and remove the now-unnecessary member suppression.

Copilot-Session: ee33d338-c1fc-4182-9106-0345ccf26b8e
Align Monty with the conservative release policy by requiring agent-framework-core 1.11.0 or later for the package version published in this cycle.

Copilot-Session: ee33d338-c1fc-4182-9106-0345ccf26b8e
@moonbox3
Evan Mattson (moonbox3) merged commit 7464a59 into microsoft:main Jul 10, 2026
48 checks passed
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 lab Usage: [Issues, PRs], Target: lab packages python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants