Skip to content

Python: Bump package version to 1.41.3 for a release#13926

Merged
moonbox3 merged 1 commit intomicrosoft:mainfrom
moonbox3:bump-pkg-ver-for-release-20260428
Apr 28, 2026
Merged

Python: Bump package version to 1.41.3 for a release#13926
moonbox3 merged 1 commit intomicrosoft:mainfrom
moonbox3:bump-pkg-ver-for-release-20260428

Conversation

@moonbox3
Copy link
Copy Markdown
Collaborator

Motivation and Context

Bump package version to 1.41.3 for a release

Description

Bump package version to 1.41.3 for a release

Contribution Checklist

Copilot AI review requested due to automatic review settings April 28, 2026 02:59
@moonbox3 moonbox3 requested a review from a team as a code owner April 28, 2026 02:59
@moonbox3 moonbox3 added the python Pull requests for the Python Semantic Kernel label Apr 28, 2026
Copy link
Copy Markdown
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

Bumps the Python package version for semantic-kernel to prepare the 1.41.3 release.

Changes:

  • Update semantic_kernel.__version__ from 1.41.2 to 1.41.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Automated Code Review

Reviewers: 4 | Confidence: 73%

✓ Correctness

This is a straightforward patch version bump from 1.41.2 to 1.41.3. The change is a single-line modification to the __version__ string. The DEFAULT_RC_VERSION correctly derives from __version__ via f-string, so it will automatically update. No correctness issues found.

✓ Security Reliability

This is a straightforward patch version bump from 1.41.2 to 1.41.3. The change is limited to a single string literal in __init__.py. There are no security or reliability concerns — no new logic, no input handling, no dependency changes, and no risk of injection or resource issues.

✓ Test Coverage

This diff is a one-line version bump from 1.41.2 to 1.41.3 in python/semantic_kernel/init.py. There is no behavioral change introduced, and the project has no existing tests that assert on the version value. No new test coverage is needed for a patch version increment.

✓ Design Approach

The version bump itself is not the problem; the design issue is that this file also defines DEFAULT_RC_VERSION as f"{__version__}-rc9", and the release_candidate decorator uses that default whenever callers omit an explicit RC version. As a result, changing only __version__ for a stable patch release silently rewrites release-candidate metadata across the package to 1.41.3-rc9, which couples stable package versioning to prerelease labeling in a fragile way.


Automated review by moonbox3's agents

Comment thread python/semantic_kernel/__init__.py
@moonbox3
Copy link
Copy Markdown
Collaborator Author

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
__init__.py40100% 
TOTAL28593564680% 

Python Unit Test Overview

Tests Skipped Failures Errors Time
3880 23 💤 0 ❌ 0 🔥 1m 55s ⏱️

@moonbox3 moonbox3 merged commit 9c62d9d into microsoft:main Apr 28, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants