Skip to content

Comments

Python: Updated package versions for RC release#4068

Merged
dmytrostruk merged 6 commits intomicrosoft:mainfrom
dmytrostruk:python-version-rc1
Feb 19, 2026
Merged

Python: Updated package versions for RC release#4068
dmytrostruk merged 6 commits intomicrosoft:mainfrom
dmytrostruk:python-version-rc1

Conversation

@dmytrostruk
Copy link
Member

Motivation and Context

  • Promoted agent-framework-core and agent-framework-azure-ai to release candidate (1.0.0rc1) per .NET: Release candidate packages #3912 - Updated all remaining 20 non-RC packages from 1.0.0b260212 to 1.0.0b260219
  • Updated CHANGELOG.md with rc1 release notes covering 3 breaking changes, 2 additions, and multiple fixes since the last release

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? If yes, add "[BREAKING]" prefix to the title of the PR.

@dmytrostruk dmytrostruk self-assigned this Feb 19, 2026
Copilot AI review requested due to automatic review settings February 19, 2026 05:08
@dmytrostruk dmytrostruk requested a review from a team as a code owner February 19, 2026 05:08
@markwallace-microsoft markwallace-microsoft added documentation Improvements or additions to documentation lab Agent Framework Lab labels Feb 19, 2026
@markwallace-microsoft
Copy link
Member

markwallace-microsoft commented Feb 19, 2026

Python Test Coverage

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

Python Unit Test Overview

Tests Skipped Failures Errors Time
4190 239 💤 0 ❌ 0 🔥 1m 14s ⏱️

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates Python package versions for the RC release, specifically:

  • Promotes agent-framework-core and agent-framework-azure-ai to release candidate status (1.0.0rc1)
  • Updates 20 remaining packages from 1.0.0b260212 to 1.0.0b260219
  • Updates the root agent-framework meta-package to 1.0.0rc1
  • Adds comprehensive CHANGELOG.md entries documenting breaking changes, additions, and fixes since the last release

Changes:

  • Two packages (agent-framework-core, agent-framework-azure-ai) are promoted to release candidate (1.0.0rc1)
  • Twenty non-RC packages are updated to new beta version (1.0.0b260219)
  • CHANGELOG.md documents 3 breaking changes, 2 additions, and multiple bug fixes
  • Lock file (uv.lock) updated with new package versions and greenlet s390x architecture wheels

Reviewed changes

Copilot reviewed 24 out of 25 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
python/pyproject.toml Root meta-package promoted to 1.0.0rc1 with exact dependency on agent-framework-core==1.0.0rc1
python/packages/core/pyproject.toml Core package promoted to release candidate 1.0.0rc1
python/packages/azure-ai/pyproject.toml Azure AI package promoted to RC 1.0.0rc1 with dependency on core>=1.0.0rc1
python/packages/a2a/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/ag-ui/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/anthropic/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/azure-ai-search/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/azurefunctions/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/bedrock/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/chatkit/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/claude/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/copilotstudio/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/declarative/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/devui/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/durabletask/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/foundry_local/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/github_copilot/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/lab/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/mem0/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/ollama/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/orchestrations/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/purview/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/packages/redis/pyproject.toml Updated to beta 1.0.0b260219 with core dependency >=1.0.0b260219
python/CHANGELOG.md Added 1.0.0rc1 release notes with breaking changes, additions, and fixes; updated version comparison links
python/uv.lock Updated version entries for all packages and added greenlet 3.3.1 s390x wheels

@dmytrostruk dmytrostruk added this pull request to the merge queue Feb 19, 2026
Merged via the queue into microsoft:main with commit 4c8f595 Feb 19, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lab Agent Framework Lab python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants