fix: File upload fails for supported file types (JPG, PNG, TIFF, docs)#454
Merged
Prajwal-Microsoft merged 1 commit intodevfrom Sep 8, 2025
Merged
fix: File upload fails for supported file types (JPG, PNG, TIFF, docs)#454Prajwal-Microsoft merged 1 commit intodevfrom
Prajwal-Microsoft merged 1 commit intodevfrom
Conversation
Prajwal-Microsoft
approved these changes
Sep 8, 2025
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
This pull request primarily updates package dependencies to use older, more stable versions of certain libraries. The changes focus on aligning the versions of
Microsoft.KernelMemory.WebClientandMicrosoft.SemanticKernelpackages across multiple projects, as well as ensuring consistency in theMicrosoft.SemanticKernel.Abstractionsversion.Dependency version downgrades and alignment:
Microsoft.KernelMemory.WebClientfrom version0.98.250508.3to0.79.241014.2in bothMicrosoft.GS.DPS.Host.csprojandMicrosoft.GS.DPS.csprojto ensure compatibility and stability. [1] [2]Microsoft.SemanticKernelfrom version1.59.0to1.32.0inMicrosoft.GS.DPS.Host.csproj.Microsoft.SemanticKernel.Abstractionsversion withMicrosoft.SemanticKernelby changing from1.44.0to1.15.1inDirectory.Packages.props.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information