Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.KernelMemory.Abstractions and Microsoft.SemanticKernel.Abstractions in /webapi #1212

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps Microsoft.KernelMemory.Abstractions and Microsoft.SemanticKernel.Abstractions. These dependencies needed to be updated together.
Updates Microsoft.KernelMemory.Abstractions from 0.66.240709.1 to 0.91.241101.1

Release notes

Sourced from Microsoft.KernelMemory.Abstractions's releases.

Kernel Memory 0.91.241101.1

What's Changed

Full Changelog: microsoft/kernel-memory@packages-0.91.241031.1...packages-0.91.241101.1

Kernel Memory 0.91.241031.1

What's Changed

Full Changelog: microsoft/kernel-memory@packages-0.90.241021.1...packages-0.91.241031.1

Kernel Memory 0.90.241021.1

What's Changed

New Contributors

Full Changelog: microsoft/kernel-memory@packages-0.90.241020.3...packages-0.90.241021.1

Kernel Memory 0.90.241020.3

What's Changed

Full Changelog: microsoft/kernel-memory@packages-0.80.241017.2...packages-0.90.241020.3

Kernel Memory 0.80.241017.2

What's Changed

... (truncated)

Commits
  • b67dfe7 Fix exception occurring when Azure OpenAI service is throttling requests (#876)
  • 689cace Upgrade SK (incl. Azure OpenAI throttling fix) and OllamaSharp (#874)
  • 67472d5 Add LlamaSharp embeddings generator (#873)
  • 13d2178 Refactor DataPipelineStatus and DataPipeline classes (#870)
  • f0bdc95 New tokenizer using LLamaSharp and local gguff files (#869)
  • b00d1a0 Fix embeddings not being returned in Azure AI Search memory (#867)
  • e5adeeb Dependencies upgrade (#868)
  • 6422472 Support configuring the MaxRequestBodySize for the upload endpoint (#863)
  • b91b417 Update SensitiveDataLogger for dual environment support (#865)
  • b3e9397 Bump rexml from 3.3.6 to 3.3.9 in /docs (#866)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Abstractions from 1.15.1 to 1.26.0

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

dotnet-1.26.0

Changes:

  • 303c2022277e923d8db24b1a56858ace27a5c69a .Net: Version 1.26.0 (#9492)
  • f0de0b614607db84b162435a82c141f5b710769c .Net Processes: Fixing an issue with nested processes in Dapr runtime. (#9491)
  • d0145347948a0f33eab1c50ea0aeb1dcf3bff89a .Net: Parallel function calls option (#9487)
  • 44b6762f4524707c0f14be73eb83d1b7c127189e .Net: Added a streaming flag to filter context models (#9482)
  • 0edba1b5c9d80bb7d8e140435a67a3c96cd72830 .Net: Add Amazon's AWS Bedrock Connector (#7627) [ #4335 ]
  • 82f248f91bb84f2f883051683e781b21fe130a68 .Net Processes - Update Runtime Exception Handling / Logging (#9457)
  • c3717058d4a91a96e5f3624babcab2826a437bf9 .Net Processes - Facilitate Parallel Execution of LocalProcess (#9463)
  • 82f7cbd6d63efa8a321f9672db56c8edd5e4acdc .Net: VectorStore: Allow any key when using a custom collection factory (#9461)
  • 846c56562b3f34077a2395c61a402736e12887dc .Net: Azure OpenAI Temporary Fix [401 Retry Bug] (#9465) [ #8929 ]
  • 5ccfeafc9c7afcff1a319859ea480a5fa9d162da .Net: Enable bidirectional adapters between SK and Microsoft.Extensions.AI interfaces (#9442)
  • fd4e09afd8cd4ff8bb2cf92e43b1db69bef741d5 .Net: Update AIModelRouter (AzureOpenAI) (#9433)
  • afa387215540c2e3e65a5986b34c4784f173fe75 .Net: Update Azure AI Inference to beta.2 (#9467) [ #9466 ]
  • 2fac2a073df358bc2f0bfc92b460f8b23ee71eb1 .Net: Bump Grpc.Net.Client from 2.65.0 to 2.66.0 in /dotnet (#9449) [ grpc/grpc-dotnet#2491, grpc/grpc-dotnet#2496, grpc/grpc-dotnet#2502, grpc/grpc-dotnet#2504, grpc/grpc-dotnet#2505, grpc/grpc-dotnet#2507, grpc/grpc-dotnet#2509, grpc/grpc-dotnet#2512, grpc/grpc-dotnet#2513, grpc/grpc-dotnet#2514, grpc/grpc-dotnet#2523, grpc/grpc-dotnet#2522, grpc/grpc-dotnet#2525, grpc/grpc-dotnet#2524, grpc/grpc-dotnet#2526, grpc/grpc-dotnet#2539, #2539, #2526, #2525, #2522, #2523, #2514, #2513, #2512, #2509 ]
  • 5defee523c31bd9441386d1a85a16c36994ceb41 .Net: Fix error for System.Memory.Data 6, upgrade packages dependencies (#9454) [ #9313 ]
  • 0b05ba1de8d0d9836cbaac99cdaf3b72f77e6e95 .Net: Bump DuckDB.NET.Data.Full from 1.1.1 to 1.1.2.1 in /dotnet (#9447)
  • 2065883710150522fccb3cc1f0260faad74705e6 .Net: Bump Microsoft.Data.SqlClient from 5.2.1 to 5.2.2 in /dotnet (#9450) [ #2650, #2779, #2789, #2815, #2816, #2817, #2648, #2775, #2618, #2802, #2803, #2794, #2550, #2777 ]
  • 664e7c2524f52738ade6576d763033581ab0b94a .Net: Fix mapping issue of the required payload properties (#9453)
  • d2696a91cbc8e6198372a87df3f0d16b197a3cee .Net Processes: State Management in Processes Part 1 (#9424)
  • ea5ceb1c16bfb22138af8d4b1425ecb8f1369eb2 .Net Processes - Update shared code pattern (#9438)
  • 92b2b2138f8faec0f4c70bb682578c8a2f5586da .Net: comments and var name inconsistent with source (#8832)
  • f08c2af4e6ef630b6f65c058b39f5a48887087e0 .Net: Bump Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions in /dotnet (#9368) [ #97110, #97065, #96838, #96566 ]
  • 5897e4c39a8afba07fb466f2380862cbb2745992 Update TRANSPARENCY_FAQS.md (#9198)
  • 98ad5b5ea4f2eb2feb26bf55d027b34b3182258c .Net Processes - Updated unit-tests folder/file grouping (#9425)
  • 72fdc94995b1505275f9ecbb99a3f77e9194b58a .Net: Open SQLite connection when it's registered with connection string (#9407)
  • a8e9090ba288e0707cc6badcbe0971b8cf9d7784 .Net Processes - Refactored Step Activation w/ Clone Support (#9405)
  • 2d06480bc134843ab880ceb4128b5ec8737daf11 .Net: Add GenericDataModel support to Pinecone connector (#9394)
  • 18aa431e72c092ee27a71b68c351e6b954e63f78 .Net: Temporarily disable MongoDB integration tests (#9411)
  • 9b67edfc734e6c9a8c745674c9daefac5cb9bc3a .Net: Added a notebook for vector stores (#9390)
  • 6903d4bf34dc784482096eff9068f09502e3a185 .Net: Bump DuckDB.NET.Data from 1.1.1 to 1.1.2.1 in /dotnet (#9369)
  • 5780c6a15320822721b6523afacbef915af467b5 .Net: Feature Native-AOT (#9375)
  • 532abdbf0434df9348d9c11221a8c293b6b14fd3 .Net: Disable failing integration tests (#9419)
  • c0692393fb16f16841db3229625f5b326bb47510 .Net Processes - Minor tweaks and finesse (#9392)

dotnet-1.25.0

Changes:

  • b43a0de09f1038964c7515fe596eced03e2cd796 .Net: Add the server urls to the additional properties (#9404)
  • ae918905439013af3cffd8de551739f9a1764701 .Net: Upgraded SK and VectorData package versions (#9402)
  • ae05f2cd0b826a6b19aedbbd7fadd6b50c5c06ea Python: Fix cancelled typo (#9389)
  • b62c6928655f92c8de1d38047046fd8fe8c71fdd .Net Processes - Support shared runtime code (#9370)
  • 1b02ff99a5108c5e50d64944b731b15884aac528 .Net: Bump Microsoft.Azure.Kusto.Data from 12.2.6 to 12.2.7 in /dotnet (#9365)

... (truncated)

Commits
  • 303c202 .Net: Version 1.26.0 (#9492)
  • f0de0b6 .Net Processes: Fixing an issue with nested processes in Dapr runtime. (#9491)
  • d014534 .Net: Parallel function calls option (#9487)
  • 44b6762 .Net: Added a streaming flag to filter context models (#9482)
  • 2fdd74e Python: Bump Python version to 1.13.0 for a release. (#9480)
  • 0edba1b .Net: Add Amazon's AWS Bedrock Connector (#7627)
  • 5e632fd Python: Add parallel_tool_calls attribute to OpenAI chat prompt execution set...
  • 82f248f .Net Processes - Update Runtime Exception Handling / Logging (#9457)
  • c371705 .Net Processes - Facilitate Parallel Execution of LocalProcess (#9463)
  • 82f7cbd .Net: VectorStore: Allow any key when using a custom collection factory (#9461)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

….Abstractions

Bumps [Microsoft.KernelMemory.Abstractions](https://github.com/microsoft/kernel-memory) and [Microsoft.SemanticKernel.Abstractions](https://github.com/microsoft/semantic-kernel). These dependencies needed to be updated together.

Updates `Microsoft.KernelMemory.Abstractions` from 0.66.240709.1 to 0.91.241101.1
- [Release notes](https://github.com/microsoft/kernel-memory/releases)
- [Commits](microsoft/kernel-memory@packages-0.66.240709.1...packages-0.91.241101.1)

Updates `Microsoft.SemanticKernel.Abstractions` from 1.15.1 to 1.26.0
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.15.1...dotnet-1.26.0)

---
updated-dependencies:
- dependency-name: Microsoft.KernelMemory.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.SemanticKernel.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 11, 2024
@github-actions github-actions bot added the webapi Pull requests that update .net code label Nov 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 13, 2024
@dependabot dependabot bot deleted the dependabot/nuget/webapi/multi-3f98ce3112 branch November 13, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code webapi Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants