Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps Microsoft.SemanticKernel from 1.26.0 to 1.41.0.

Release notes

Sourced from Microsoft.SemanticKernel's releases.

dotnet-1.41.0

Changes:

  • 43326a21751c1753338ee0d99215236c496af109 .Net: Updated package version for SK and MEVD (#10922)
  • 056470cc4ba0270a60821aff9b31076b8081214a .Net Add mechanism to access http request options (#10888)
  • 2ef523345a4c9a7e7b7ac874b491c09951e92d84 .Net: March 2025 VectorData updates (#10804)
  • c00060f4741193101f57853549dc364d409cc648 .Net: Make Bedrock agent clients required and public (#10899)
  • ba9c17cfd2a09f6bd78e55177fcc6e504f91f579 .Net: Bump PdfPig from 0.1.9 to 0.1.10 in /dotnet (#10905)
  • 6778ad372e444a35cc06679bdc793f6d40509b01 .Net: Implement support for text embedding generation in AWS Bedrock (#10863) [ #10644 ]
  • a36fa18b080ddc70acb5d794aca20a9779964d7e .Net: Bump Microsoft.Azure.Functions.Worker.Extensions.Http from 3.2.0 to 3.3.0 in /dotnet (#10903) [ #2901, #2894, #2940, #2936, #2930, #2907, #2906, #2898 ]
  • 3162bc3df6e6129eefda1b2dfe8d8372ea7757d2 .Net: Bump Microsoft.AspNetCore.Mvc.Testing, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Configuration.UserSecrets in /dotnet (#10904)
  • 3072da1e5f6eac1ce1d74376b218f8a3dd28ad5c .Net: Apply a JSON converter for exceptions when serializing chat history (#10869)
  • 774510c7ffeb919d4d0c3e71edb3fd83f5bd6fb0 Fix Typos in ADR Documentation (#10768)
  • 32f311eb8a60381941b02cf4f4f3614de743f377 Add Bedrock agent retrieval samples in Python and .Net (#10857)
  • b08f22c5818f42c0f8b543a13d50e72cdade2c4a .Net: Bump DuckDB.NET.Data.Full from 1.1.3 to 1.2.0 in /dotnet (#10776)
  • 85020e9e6f276a65a7d53812061614eab0ada79f .Net: Bump Microsoft.OpenApi and Microsoft.OpenApi.Readers in /dotnet (#10663) [ #2020, #2018, #2013, #2012, #2011, #2010, #2007 ]
  • 9c716400abe82fd495a2e3bdc7c05216eee38d92 .Net: Changes to support .NET9 formatting (#10838) [ #10716, #10741 ]
  • 40a85d1f80771c6b6d7b7f0f2234d1a2807af03b .Net: Remove EditorBrowsable(EditorBrowsableState.Never) from ChatMessageContent.Content property (#10847)
  • d4363afa774f5762eee376bcfad5a0fc5d60a234 .Net: Bump Markdig from 0.37.0 to 0.40.0 in /dotnet (#10774) [ #837, #842, #843, #844, #834, #835, #836, #826, #829, #831, #832, #828 ]
  • 934742380e87f79f9e18fbb326743c722cb0839c .Net: Updated User-Agent header for agent types (#10822)
  • 75027120a8c7c5131f35fe55cf727b586bf144fb .Net: Process Cloud Events - Publish Events Abstractions (#10477) [ #10328 ]
  • 77e8a890aef97555e1dc5729adebf3702a9a68ef .Net: Fix some documentation issues (#10807)
  • f8ee3ac408532a805ae3e9d7cc912c1df5e2796a .Net: Demo showing how to integrate MCP tools with Semantic Kernel (#10779)
  • 7c8dccc2c62d6641aa2cc1c976d6a681c8b2200b .Net: Add missing Ollama Connector Aspire Friendly Extensions (#10775) [ #10532 ]
  • 022f05e795ba80c7c5d52af2b1c3271dcc7e80bd .Net: dotnet format issues with SDK 9.0 (#10741) [ #10715 ]
  • b07ce3de9a9a6b7c339c8159e24de0d9005bc2de .Net: Concept Samples Updates and Fixes (#10746)
  • 04f5fbbc5a62483486c98dc50c3a3d2943b89fed .Net: Add Calendar write for Copilot Agent Plugin Calendar (#10622)
  • bee063cc82cba79cebf439a01f81457157d72779 .Net: Upgrade to latest ONNX Runtime GenAI (#10743)

This list of changes was auto generated.

dotnet-1.40.1

Changes:

  • 5d55c0589006bf582c34f6a87006fa289ade29d8 .Net: Use preview suffix for Agents abstractions (#10745)
  • 9ad9f2c2e283abde1944acc670eb5d7e1fc4d205 .Net: ADR Samples Contribution Guidelines (#10526) [ #10168 ]
  • 4fdaf67b5a6314311676bea2a36a3b3dc2c08662 .Net: Sample Code Showcasing Usage of Reasoning Models in OpenAI and AzureOpenAI (#10558)

dotnet-1.40.0

Changes:

  • 0235f2ba5520bdf1337c3815369c98db83e70165 .Net: Adding preview package suffix to Agents.OpenAI. (#10719)
  • 9d746f67a18ed5a60fdf9a06b57d0ee5dac1eadd .Net: Updated package version (#10717)
  • 9401760441066f043b1cac8c6ec577a2cb69cd97 .Net Agents: Update experimental meta-data for graduation (#10600)

... (truncated)

Commits
  • 43326a2 .Net: Updated package version for SK and MEVD (#10922)
  • 056470c .Net Add mechanism to access http request options (#10888)
  • 2ef5233 .Net: March 2025 VectorData updates (#10804)
  • c00060f .Net: Make Bedrock agent clients required and public (#10899)
  • 87bc3d6 Python: Support AzureAIAgent agent_id instead of assistant_id (#10908)
  • ba9c17c .Net: Bump PdfPig from 0.1.9 to 0.1.10 in /dotnet (#10905)
  • 6778ad3 .Net: Implement support for text embedding generation in AWS Bedrock (#10863)
  • a36fa18 .Net: Bump Microsoft.Azure.Functions.Worker.Extensions.Http from 3.2.0 to 3.3...
  • 45f4234 Python: Introducing the Faiss Connector (#10810)
  • 3162bc3 .Net: Bump Microsoft.AspNetCore.Mvc.Testing, Microsoft.Extensions.Configurati...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2025

Superseded by #104.

@dependabot dependabot bot closed this Mar 24, 2025
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.SemanticKernel-1.41.0 branch March 24, 2025 08:45
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants