Update Semantic Kernel to 1.71.0 and required dependencies - #7723
Open
matouskozak wants to merge 1 commit into
Open
matouskozak wants to merge 1 commit into
matouskozak wants to merge 1 commit into
Conversation
Update Semantic Kernel to 1.71.0 for CVE-2026-25592 and align the central AI and runtime dependency versions with its requirements. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
Full CI, remaining platform tests, package/consumer checks, and a fresh component scan are still pending.
Pull request overview
Updates centrally managed Semantic Kernel and .NET dependencies to address the referenced security advisory and dependency requirements.
Changes:
- Upgrades Semantic Kernel to 1.71.0 and AI Abstractions to 10.2.0.
- Updates eight shared .NET dependencies to 10.0.2.
File summaries
| File | Description |
|---|---|
eng/Versions.props |
Updates ten shared dependency version properties. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7723 +/- ##
==========================================
- Coverage 69.88% 69.88% -0.01%
==========================================
Files 1487 1487
Lines 276249 276249
Branches 28291 28291
==========================================
- Hits 193064 193055 -9
- Misses 75696 75701 +5
- Partials 7489 7493 +4
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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
Update ten version properties in
eng/Versions.propsto address CVE-2026-25592 / GHSA-2ww3-72rp-wpp4:1.48.0->1.71.0, the first patched Core version listed by the advisory.9.5.0->10.2.0, to meet the new dependency minimum.9.0.4->10.0.2.The runtime updates prevent central-version downgrade errors, including the
netstandard2.0dependencies of Tokenizers and the internal analyzer. No C# changes, new package references, target-framework changes, or suppressions are included.The Core alert comes from test/sample dependencies. The shipping GenAI manifests reference Abstractions; the review found no use of the affected SessionsPythonPlugin. This PR does not claim confirmed shipping exposure.
Related: #7720. The separate GenAI removal PR, #7719, is still open; this change updates the dependencies while those projects remain in
main.Validation
On macOS arm64, with SDK
11.0.100-rc.1.26411.119and test runtime8.0.31:net8.0with the existing analyzers enabled.netstandard2.0and the internal analyzer.SemanticKernelTests: 2 passed, 0 failed.1.71.0, and AI.Abstractions to10.2.0.The version properties are shared across the repository. Full CI, the remaining x64 GenAI tests, package/consumer checks, and a fresh component scan are still needed before release.