Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps Microsoft.SemanticKernel from 1.26.0 to 1.46.0.

Release notes

Sourced from Microsoft.SemanticKernel's releases.

dotnet-1.46.0

Changes:

  • 595cd19e684db563301eb52485d168756db9c5f5 .Net: Sample React App for SK Process Cloud Events demo (#11500) [ #11501 ]
  • f155b9103dd931798d11123aeb6d28e74965d2d6 .Net: Update SK MCP samples to the latest MCP C# SDK NuGet package (#11495)
  • d9cbb70e9bda95ec68bafe087a6349aafacf34cb .Net: Version 1.46.0 (#11489)
  • f820502751bb923ec5fd215005578ca76b4105b4 .Net: Bump AWSSDK to 4.0.0-preview.13 in /dotnet (#11484)
  • de7ef3d97b227228b2e3a3d93a6227704547941b .Net: Update Microsoft.Extensions.AI to 9.4.0-preview (#11491)
  • cc679c09c75c3aa41ce376b9f82464fa12a5a7e9 .Net: Update README.md (Typo "Azure Open AI"→"Azure OpenAI") (#11386)
  • 47f921c6010ffaf60a79c1a0d4ce4cd1f85a140e .Net: Updates to WebFileDownloadPlugin (#11415)
  • d72d74d6c0bed5b8b08e3c206cdbfd9ff2895e15 .Net: Enable DI for SK plugins in MCP demo server (#11478)
  • 041504dc034ce94c0c4e3157bb619bdc2e5db57e .Net: Feature declarative agents (#11347)
  • 81e9a465f9794da942129adc5f7a47747abd369c .Net: Updates to HttpPlugin (#11437)
  • da116a172553d1563f1c008584032e779293d01a .Net: Updates to FileIOPlugin (#11440)
  • 516b6a5f1af859657255dd8d1d42e7b83dce8b4d .Net: Update MCP prompt sample (#11449)
  • c6f9a81492a9fad0497e7f781bbe174e5adf979a .Net- Fixed Process Sample Step04 (#11455)
  • a12b433d3a3dd03fd330a01aa88a9031526925b2 .Net: Added Structured Output example with Azure OpenAI and Function Calling (#11447)
  • 072c476c1e29283d8b812e2352cf917d5eedeae4 .Net: Samples for MCP Resources and Resource Templates (#11433)
  • 7b3c37891c313e4433b9d6c73f7baaa84893e303 .Net: Process: Document generation gRPC sample (#11206) [ #11223 ]
  • 3ec6d01b90aaa03437cf7e622b32243b10f48888 .Net: Expose underlying method from kernel function (#11378)
  • 61c3fdc4d8f679a926ec51d02f06077724fb05b2 .Net: Extend sample to show how to use MCP Tools from an Agent (#11361)
  • 664da123e51861ad362ac727f48fdbe5558b212a Updated README.md (#11372)
  • dc0a43474e3cbe41ec9ebb515263444a0110ba42 .Net: Remove experimental flags for stable items (#11346)

dotnet-1.45.0

Changes:

  • bcedfb64953a9a22d93a21863ad5dee55ec8ff3a .Net: Mark ChatHistoryAgent as experimental (#11363)
  • 4aac0bcbdbfe5d806f384cddbc43af3f47b5f6dd .Net: Version 1.45.0 (#11357)
  • ecf5cba1c5d963be2459ef1c532605f630fb508a .Net: Fix bug in sqlite filter logic (#11356) [ #11132 ]
  • 78a67933e3acb418a21f6794a0d25aca519eaff9 .Net: Some changes to add clarity and align with the Blog Post (#11359)
  • 1fe0ea682da4aed73237bc38c0f660756b954887 .Net: MCP prompt sample (#11342)
  • 0a94e616464c92dcdfde424b996ac5c66f7680be .Net: Add date to obsolete messages for when to expect these methods to be deleted. (#11329) [ #11315 ]
  • 14f9e21f8eef4d693a1c6f9bd356b38aa60064c9 .Net: Rename OnNewMessage callback to OnIntermediateMessage (#11328)
  • 5f8a56a27bab067d10ea528adf3ea42e4493cfe8 .Net: Move hybrid search tests to new projects and adopt updated software design. (#11339) [ #11311 ]
  • 44370f9492956ba5c9cbde967eadd0700d29a305 .Net: Removing KernelAgent.cs and moving its functionality into Agent.cs (#11244)
  • fa4b64ad492bc9a4b567a231e16bf30755a2ce2b .Net: Add Audio Input and Output support for OpenAI chat completions (#11279) [ #10493 ]
  • ec1222cdccdc99a782815834bcbc966a643888f2 .Net: Merge Tavily feature branch to main (#11227) [ #11060 ]
  • a86b2b9e93362a40fb755d5181f21af1284fb9d3 .Net: Fix mapping of the KernelParameterMetadata.IsRequired property (#11309)
  • de8b2abc4ed9d0c493c451f212aa32a84822b39f .Net: Add hybrid search sample (#11262) [ #10896 ]
  • 8f0d00a32ff9c19b024af625f31103fab04fc539 .Net: Refactor MCP client for improved code readability (#11306)
  • 6e74be22d9fa06a797423248191b5e79ea984a86 .Net: Qdrant CRUD datetime support (#11285) [ #11086 ]
  • f4495d92fa059e66b9a0e254d99e050f070db644 .Net: Update MCP nuget package (#11288)
  • 53a503cf4c3e436f0242f795ca230b9660cee152 .Net: Remove the Agent preview suffix (#11303)
  • 6105f913b8105a75aaf84c46855217dc8ded2368 .Net: Bump AWSSDK.BedrockRuntime and AWSSDK.Core in /dotnet (#11296) [ #3721, #3714 ]
  • 635eb24f1605b2a3d9430e16e58cf1b919f8aaee .Net: Saicharan ms/openapi server override hierarchy support (#11216)

... (truncated)

Commits
  • bae7e28 Python: version updated to 1.28.0 (#11504)
  • 3224f4d Added missing import asyncio to agent with plugin python (#11472)
  • 975bb9b Python: small code improvements in code of call automation sample (#11477)
  • 3cce24b Python: Bug fix for azure ai agent truncate strategy. Add sample. (#11503)
  • 1285192 Python: allow settings to be created directly (#11468)
  • 07c09e6 Python: sample using GitHub MCP Server and Azure AI Agent (#11465)
  • 78dd3d5 Python: Introducing SK as a MCP Server (#11362)
  • 595cd19 .Net: Sample React App for SK Process Cloud Events demo (#11500)
  • f155b91 .Net: Update SK MCP samples to the latest MCP C# SDK NuGet package (#11495)
  • d9cbb70 .Net: Version 1.46.0 (#11489)
  • 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.46.0.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.26.0...dotnet-1.46.0)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  dependency-version: 1.46.0
  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 Apr 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Superseded by #114.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.SemanticKernel-1.46.0 branch April 21, 2025 09:09
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