Update Microsoft.SemanticKernel packages from 1.66.0 to 1.71.0#47819
Open
yeelam-gordon wants to merge 3 commits into
Open
Update Microsoft.SemanticKernel packages from 1.66.0 to 1.71.0#47819yeelam-gordon wants to merge 3 commits into
yeelam-gordon wants to merge 3 commits into
Conversation
Bumps Microsoft.SemanticKernel, Microsoft.SemanticKernel.Connectors.OpenAI, Microsoft.SemanticKernel.Connectors.AzureAIInference, Microsoft.SemanticKernel.Connectors.Google, Microsoft.SemanticKernel.Connectors.MistralAI, and Microsoft.SemanticKernel.Connectors.Ollama from 1.66.0 to 1.71.0 to pick up upstream improvements and bug fixes from the Semantic Kernel project. Co-authored-by: Copilot <[email protected]>
Updates the centrally-managed versions of transitive dependencies introduced by the Semantic Kernel 1.71.0 upgrade: * Microsoft.Extensions.AI 9.9.1 -> 10.2.0 * Microsoft.Extensions.AI.OpenAI 9.9.1-preview.1.25474.6 -> 10.0.1-preview.1.25571.5 * System.Numerics.Tensors 9.0.11 -> 10.0.2 * Newtonsoft.Json 13.0.3 -> 13.0.4 * OpenAI 2.5.0 -> 2.7.0 * System.ClientModel 1.7.0 -> 1.8.0 Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
d609ae0 to
e632a36
Compare
Member
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
Updates the
Microsoft.SemanticKernelpackage family from 1.66.0 to 1.71.0 to pick up upstream improvements and bug fixes from the Semantic Kernel project.Packages updated
SemanticKernel family:
Microsoft.SemanticKernelMicrosoft.SemanticKernel.Connectors.OpenAIMicrosoft.SemanticKernel.Connectors.AzureAIInferenceMicrosoft.SemanticKernel.Connectors.GoogleMicrosoft.SemanticKernel.Connectors.MistralAIMicrosoft.SemanticKernel.Connectors.OllamaTransitive dependencies bumped to satisfy SK 1.71's resolution constraints:
Microsoft.Extensions.AIMicrosoft.Extensions.AI.OpenAISystem.Numerics.TensorsNewtonsoft.JsonOpenAISystem.ClientModelThese transitive bumps were required to avoid
NU1109package-downgrade errors after the SK upgrade.Scope
Directory.Packages.propsonly central package version bumps.Consumers
Kernel/IChatCompletionService/ connector surfaces unchanged.LanguageModelProviderandFoundryLocalPasteProvideruse the stableMicrosoft.Extensions.AIIChatClient/ChatMessage/ChatRole/ChatResponse/AsIChatClient()types unchanged across 9.x to 10.x.Validation
Microsoft.Extensions.AIcall sites only stable types in use.Co-authored-by: Copilot [email protected]