Skip to content

chore: Update semantic-kernel to 1.39.3#167

Merged
pontemonti merged 4 commits intomainfrom
update-semantic-kernel-1.39.3
Feb 6, 2026
Merged

chore: Update semantic-kernel to 1.39.3#167
pontemonti merged 4 commits intomainfrom
update-semantic-kernel-1.39.3

Conversation

@pontemonti
Copy link
Contributor

Summary

Updates semantic-kernel from 1.37.1 to 1.39.3 to address security vulnerabilities.

Changes

  • Updated semantic-kernel constraint from >=1.0.0\ to >=1.39.3\ in \pyproject.toml\
  • Added \override-dependencies\ to resolve azure-ai-projects version conflict

Technical Details

Semantic-kernel 1.39.3 constrains \�zure-ai-projects~=1.0.0b12\ (i.e., <1.1.0), but this repository requires \�zure-ai-projects >= 2.0.0b1\ for azure-ai-agents integration.

Investigation shows that semantic-kernel 1.37.1 had \�zure-ai-projects>=1.0.0b12\ (no upper bound), while 1.39.3 tightened this to ~=1.0.0b12. The underlying functionality is compatible with azure-ai-projects 2.x; only the version constraint was tightened. The override allows us to use both packages at their required versions.

Verification

  • Linting passes
  • Formatting passes
  • All 515 unit tests pass

- Update semantic-kernel constraint from >=1.0.0 to >=1.39.3
- Add override-dependencies to resolve azure-ai-projects version conflict
  (semantic-kernel 1.39.3 constrains azure-ai-projects~=1.0.0b12 but we need >=2.0.0b1)
- The override is safe as the functionality is compatible; only the version constraint was tightened in SK
@pontemonti pontemonti requested a review from a team as a code owner February 6, 2026 19:29
Copilot AI review requested due to automatic review settings February 6, 2026 19:29
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

Updates the workspace’s dependency resolution to use semantic-kernel==1.39.3 (via constraints) while keeping azure-ai-projects on the required 2.x line despite semantic-kernel’s tighter transitive constraint.

Changes:

  • Raised the global semantic-kernel constraint to >=1.39.3.
  • Added a uv override to force azure-ai-projects >= 2.0.0b1 during resolution.
  • Regenerated uv.lock to reflect the new semantic-kernel version and the override.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
uv.lock Updates the locked semantic-kernel version to 1.39.3 and records an azure-ai-projects override in the manifest.
pyproject.toml Raises the centralized semantic-kernel constraint and adds override-dependencies to keep azure-ai-projects on 2.x.

@pontemonti pontemonti enabled auto-merge (squash) February 6, 2026 22:57
mrunalhirve128
mrunalhirve128 previously approved these changes Feb 6, 2026
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

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

@pontemonti pontemonti merged commit 358a1dd into main Feb 6, 2026
8 checks passed
@pontemonti pontemonti deleted the update-semantic-kernel-1.39.3 branch February 6, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants