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.SemanticKernel, Microsoft.SemanticKernel.Abstractions and Microsoft.SemanticKernel.Core #148

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps Microsoft.SemanticKernel, Microsoft.SemanticKernel.Abstractions and Microsoft.SemanticKernel.Core. These dependencies needed to be updated together.
Updates Microsoft.SemanticKernel from 1.33.0 to 1.35.0

Release notes

Sourced from Microsoft.SemanticKernel's releases.

dotnet-1.35.0

Changes:

  • 07db439f9282c4afcf3553bd7692d521a9bb4cf9 .Net: Bump Testcontainers.Milvus from 4.0.0 to 4.1.0 in /dotnet (#10314) [ #1309, #1313, #1311, #1165, #1310, #1304, #1299, #1297, #1287, #1300, #1307, #1305, #1295, #1292 ]
  • 2d7a558df4b7523b50bedbc74099a3777ae5743b .Net: Agents: Support Azure AI Agent (#10134)
  • b592a4a342eb2e3dfb75cced1a490b8a6018098a .Net: Moved IChatHistoryReducer from Agents to SK packages (#10285)
  • 1ce010b9bdf89e535a6c39e70dd1974742200a5b .Net: Added example for chat completion with data and function calling (#10261)
  • 2f0ecac852dba6c1842f801493ff54e136cde1a8 .Net: Improve auto-recovery for Azure{OpenAI} models (#10275)
  • 391d1b4b640f83bb7653d5f997ead09097bba44e add ai model item

This list of changes was auto generated.

dotnet-1.34.0

Changes:

  • 0cd59f1aa1103c2c6bef2e39890314a46a490794 .Net: Updated package version (#10264)
  • e98155ab2393cb679dcde76ece50a845f48a35dc .Net: Sanitize function names (#10257)
  • ef28a1ef857fa680fb66efbd6f133971c4f862f3 .Net: Onnx Chinese Characters Fix (#10232) [ #10209 ]
  • d9adf37e0316488cb08d048e8d813d93a47ef1b7 .Net: Function Calling Reliability ADR (#10248)
  • 9f0ee59b5f554ed85d75e803a1dac6b10333529f .Net: Refactor shared integration tests to allow attribute based disable. (#10236)
  • 704fbdf15836a270721a2f92a6dd295d0d97dc48 .Net: Add support for Base64 encoded images in MistralAI (#10180) [ #10166 ]
  • 7a61c9caff11f73bed93687144de3afda85fd39d .Net: Bump Microsoft.Azure.Functions.Worker.Extensions.Http from 3.1.0 to 3.2.0 in /dotnet (#10240)
  • 0df5fa833201af065fc7a14b5266abf14a75fcb9 .Net: Bump Roslynator.Analyzers from 4.11.0 to 4.12.10 in /dotnet (#10241) [ #1591, #1590, #1588, #1585, #1576, #1586, #1583, #1582, #1574 ]
  • d6f6af614979435fd477aad593fb3cf3148c40b1 .Net: OllamaPromptExecutionSettings doesn't have NumPredict property (#10227) [ #10226 ]
  • b8224edd217e8f15e6395275bdd643c1fd6182bf .Net: Update M.E.AI to 9.1.0-preview.1.25064.3 (#10199)
  • a44e80263fe32c85b14b9306aaa35aaf7282a2e3 .Net: Bump coverlet.collector from 6.0.2 to 6.0.4 in /dotnet (#10244) [ #1726, #1705, #1679, #989, #1620, #1649, #1631, #1646, #1490, #1693, #660, #1731, #1730, #1728, #1725, #1724, #1721, #1681, #1700 ]
  • b34b16e12f2b82ddebb7235c6c5813b4b30dbbfa .Net: Add Async Support for ConverseStreamResponse to Avoid Thread Blocking (#10159) [ #9519 ]
  • 39934f5fa338141c8a64de96895a4e1f440638d7 .Net: Fixing distance functions for Pinecone, Weaviate and Redis and adding integration tests for score testing for these. (#10170) [ #10103 ]
  • 8d46ee79ce6c6de89a28af2a4431d532154a86b5 .Net: Fixed the condition judgment of the TrackStreamingToolingUpdate method (#10178)
  • bc3e294749b9ef19cec30f2e6e1f962e0c486024 .Net: Use explicit arguments in TextSearch delegates to ensure type conversion (#10151)
  • d06d230c292537ed5eb19a6f17532d455694a2da .Net: Add a request index to the streamed function call update content (#10129)
  • a76229bfc2058028381a56ebe35bf73c507e1e2a .Net: Google Gemini - Adding response schema (Structured Outputs support) (#10135) [ #9501 ]
  • e8b31a228c36f5592eea262eea511edbb2317d27 .Net: Add shared integration tests for checking vector search scores (#10144) [ #10103 ]
  • 53995c8754a530da4a8fe5cce8d66dc652125b48 .Net: Add unit tests for Text Search AOT enhancements (#10143) [ #9342 ]
  • 9a5e2db88b97896e44143170a552d66f272ef429 .Net: Samples demonstrating techniques of providing AI models with function return type metadata. (#10145)

... (truncated)

Commits
  • 89cd872 .Net: issue-10278 : Change ChatPromptParser to enable 0-n text part instead o...
  • 6fbbb44 .Net: Add CachedContent Property to GeminiPromptExecutionSettings (#10268)
  • 471d9a8 .Net: Bump DuckDB.NET.Data.Full from 1.1.2.1 to 1.1.3 in /dotnet (#10313)
  • 10818c5 .Net: SK Process Cloud Events - Publish Interface abstractions scaffolding (#...
  • 9655254 .Net: Version 1.35.0 (#10318)
  • 989b8d5 .Net: Adding Ollama extension for improved Aspire experience (#10324)
  • f005058 Python: Add Deepseek service to concept samples (#10306)
  • 62417d8 .Net: Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 in /dotnet (#10311)
  • 015f560 .Net: Bump Azure.Identity, Microsoft.Identity.Client and System.Text.Json in ...
  • c69d55c .Net: Bump Moq.Analyzers from 0.1.2 to 0.3.0 in /dotnet (#10315)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Abstractions from 1.32.0 to 1.35.0

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

dotnet-1.35.0

Changes:

  • 07db439f9282c4afcf3553bd7692d521a9bb4cf9 .Net: Bump Testcontainers.Milvus from 4.0.0 to 4.1.0 in /dotnet (#10314) [ #1309, #1313, #1311, #1165, #1310, #1304, #1299, #1297, #1287, #1300, #1307, #1305, #1295, #1292 ]
  • 2d7a558df4b7523b50bedbc74099a3777ae5743b .Net: Agents: Support Azure AI Agent (#10134)
  • b592a4a342eb2e3dfb75cced1a490b8a6018098a .Net: Moved IChatHistoryReducer from Agents to SK packages (#10285)
  • 1ce010b9bdf89e535a6c39e70dd1974742200a5b .Net: Added example for chat completion with data and function calling (#10261)
  • 2f0ecac852dba6c1842f801493ff54e136cde1a8 .Net: Improve auto-recovery for Azure{OpenAI} models (#10275)
  • 391d1b4b640f83bb7653d5f997ead09097bba44e add ai model item

This list of changes was auto generated.

dotnet-1.34.0

Changes:

  • 0cd59f1aa1103c2c6bef2e39890314a46a490794 .Net: Updated package version (#10264)
  • e98155ab2393cb679dcde76ece50a845f48a35dc .Net: Sanitize function names (#10257)
  • ef28a1ef857fa680fb66efbd6f133971c4f862f3 .Net: Onnx Chinese Characters Fix (#10232) [ #10209 ]
  • d9adf37e0316488cb08d048e8d813d93a47ef1b7 .Net: Function Calling Reliability ADR (#10248)
  • 9f0ee59b5f554ed85d75e803a1dac6b10333529f .Net: Refactor shared integration tests to allow attribute based disable. (#10236)
  • 704fbdf15836a270721a2f92a6dd295d0d97dc48 .Net: Add support for Base64 encoded images in MistralAI (#10180) [ #10166 ]
  • 7a61c9caff11f73bed93687144de3afda85fd39d .Net: Bump Microsoft.Azure.Functions.Worker.Extensions.Http from 3.1.0 to 3.2.0 in /dotnet (#10240)
  • 0df5fa833201af065fc7a14b5266abf14a75fcb9 .Net: Bump Roslynator.Analyzers from 4.11.0 to 4.12.10 in /dotnet (#10241) [ #1591, #1590, #1588, #1585, #1576, #1586, #1583, #1582, #1574 ]
  • d6f6af614979435fd477aad593fb3cf3148c40b1 .Net: OllamaPromptExecutionSettings doesn't have NumPredict property (#10227) [ #10226 ]
  • b8224edd217e8f15e6395275bdd643c1fd6182bf .Net: Update M.E.AI to 9.1.0-preview.1.25064.3 (#10199)
  • a44e80263fe32c85b14b9306aaa35aaf7282a2e3 .Net: Bump coverlet.collector from 6.0.2 to 6.0.4 in /dotnet (#10244) [ #1726, #1705, #1679, #989, #1620, #1649, #1631, #1646, #1490, #1693, #660, #1731, #1730, #1728, #1725, #1724, #1721, #1681, #1700 ]
  • b34b16e12f2b82ddebb7235c6c5813b4b30dbbfa .Net: Add Async Support for ConverseStreamResponse to Avoid Thread Blocking (#10159) [ #9519 ]
  • 39934f5fa338141c8a64de96895a4e1f440638d7 .Net: Fixing distance functions for Pinecone, Weaviate and Redis and adding integration tests for score testing for these. (#10170) [ #10103 ]
  • 8d46ee79ce6c6de89a28af2a4431d532154a86b5 .Net: Fixed the condition judgment of the TrackStreamingToolingUpdate method (#10178)
  • bc3e294749b9ef19cec30f2e6e1f962e0c486024 .Net: Use explicit arguments in TextSearch delegates to ensure type conversion (#10151)
  • d06d230c292537ed5eb19a6f17532d455694a2da .Net: Add a request index to the streamed function call update content (#10129)
  • a76229bfc2058028381a56ebe35bf73c507e1e2a .Net: Google Gemini - Adding response schema (Structured Outputs support) (#10135) [ #9501 ]
  • e8b31a228c36f5592eea262eea511edbb2317d27 .Net: Add shared integration tests for checking vector search scores (#10144) [ #10103 ]
  • 53995c8754a530da4a8fe5cce8d66dc652125b48 .Net: Add unit tests for Text Search AOT enhancements (#10143) [ #9342 ]
  • 9a5e2db88b97896e44143170a552d66f272ef429 .Net: Samples demonstrating techniques of providing AI models with function return type metadata. (#10145)

... (truncated)

Commits
  • 89cd872 .Net: issue-10278 : Change ChatPromptParser to enable 0-n text part instead o...
  • 6fbbb44 .Net: Add CachedContent Property to GeminiPromptExecutionSettings (#10268)
  • 471d9a8 .Net: Bump DuckDB.NET.Data.Full from 1.1.2.1 to 1.1.3 in /dotnet (#10313)
  • 10818c5 .Net: SK Process Cloud Events - Publish Interface abstractions scaffolding (#...
  • 9655254 .Net: Version 1.35.0 (#10318)
  • 989b8d5 .Net: Adding Ollama extension for improved Aspire experience (#10324)
  • f005058 Python: Add Deepseek service to concept samples (#10306)
  • 62417d8 .Net: Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 in /dotnet (#10311)
  • 015f560 .Net: Bump Azure.Identity, Microsoft.Identity.Client and System.Text.Json in ...
  • c69d55c .Net: Bump Moq.Analyzers from 0.1.2 to 0.3.0 in /dotnet (#10315)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Core from 1.32.0 to 1.35.0

Release notes

Sourced from Microsoft.SemanticKernel.Core's releases.

dotnet-1.35.0

Changes:

  • 07db439f9282c4afcf3553bd7692d521a9bb4cf9 .Net: Bump Testcontainers.Milvus from 4.0.0 to 4.1.0 in /dotnet (#10314) [ #1309, #1313, #1311, #1165, #1310, #1304, #1299, #1297, #1287, #1300, #1307, #1305, #1295, #1292 ]
  • 2d7a558df4b7523b50bedbc74099a3777ae5743b .Net: Agents: Support Azure AI Agent (#10134)
  • b592a4a342eb2e3dfb75cced1a490b8a6018098a .Net: Moved IChatHistoryReducer from Agents to SK packages (#10285)
  • 1ce010b9bdf89e535a6c39e70dd1974742200a5b .Net: Added example for chat completion with data and function calling (#10261)
  • 2f0ecac852dba6c1842f801493ff54e136cde1a8 .Net: Improve auto-recovery for Azure{OpenAI} models (#10275)
  • 391d1b4b640f83bb7653d5f997ead09097bba44e add ai model item

This list of changes was auto generated.

dotnet-1.34.0

Changes:

  • 0cd59f1aa1103c2c6bef2e39890314a46a490794 .Net: Updated package version (#10264)
  • e98155ab2393cb679dcde76ece50a845f48a35dc .Net: Sanitize function names (#10257)
  • ef28a1ef857fa680fb66efbd6f133971c4f862f3 .Net: Onnx Chinese Characters Fix (#10232) [ #10209 ]
  • d9adf37e0316488cb08d048e8d813d93a47ef1b7 .Net: Function Calling Reliability ADR (#10248)
  • 9f0ee59b5f554ed85d75e803a1dac6b10333529f .Net: Refactor shared integration tests to allow attribute based disable. (#10236)
  • 704fbdf15836a270721a2f92a6dd295d0d97dc48 .Net: Add support for Base64 encoded images in MistralAI (#10180) [ #10166 ]
  • 7a61c9caff11f73bed93687144de3afda85fd39d .Net: Bump Microsoft.Azure.Functions.Worker.Extensions.Http from 3.1.0 to 3.2.0 in /dotnet (#10240)
  • 0df5fa833201af065fc7a14b5266abf14a75fcb9 .Net: Bump Roslynator.Analyzers from 4.11.0 to 4.12.10 in /dotnet (#10241) [ #1591, #1590, #1588, #1585, #1576, #1586, #1583, #1582, #1574 ]
  • d6f6af614979435fd477aad593fb3cf3148c40b1 .Net: OllamaPromptExecutionSettings doesn't have NumPredict property (#10227) [ #10226 ]
  • b8224edd217e8f15e6395275bdd643c1fd6182bf .Net: Update M.E.AI to 9.1.0-preview.1.25064.3 (#10199)
  • a44e80263fe32c85b14b9306aaa35aaf7282a2e3 .Net: Bump coverlet.collector from 6.0.2 to 6.0.4 in /dotnet (#10244) [ #1726, #1705, #1679, #989, #1620, #1649, #1631, #1646, #1490, #1693, #660, #1731, #1730, #1728, #1725, #1724, #1721, #1681, #1700 ]
  • b34b16e12f2b82ddebb7235c6c5813b4b30dbbfa .Net: Add Async Support for ConverseStreamResponse to Avoid Thread Blocking (#10159) [ #9519 ]
  • 39934f5fa338141c8a64de96895a4e1f440638d7 .Net: Fixing distance functions for Pinecone, Weaviate and Redis and adding integration tests for score testing for these. (#10170) [ #10103 ]
  • 8d46ee79ce6c6de89a28af2a4431d532154a86b5 .Net: Fixed the condition judgment of the TrackStreamingToolingUpdate method (#10178)
  • bc3e294749b9ef19cec30f2e6e1f962e0c486024 .Net: Use explicit arguments in TextSearch delegates to ensure type conversion (#10151)
  • d06d230c292537ed5eb19a6f17532d455694a2da .Net: Add a request index to the streamed function call update content (#10129)
  • a76229bfc2058028381a56ebe35bf73c507e1e2a .Net: Google Gemini - Adding response schema (Structured Outputs support) (#10135) [ #9501 ]
  • e8b31a228c36f5592eea262eea511edbb2317d27 .Net: Add shared integration tests for checking vector search scores (#10144) [ #10103 ]
  • 53995c8754a530da4a8fe5cce8d66dc652125b48 .Net: Add unit tests for Text Search AOT enhancements (#10143) [ #9342 ]
  • 9a5e2db88b97896e44143170a552d66f272ef429 .Net: Samples demonstrating techniques of providing AI models with function return type metadata. (#10145)

... (truncated)

Commits
  • 89cd872 .Net: issue-10278 : Change ChatPromptParser to enable 0-n text part instead o...
  • 6fbbb44 .Net: Add CachedContent Property to GeminiPromptExecutionSettings (#10268)
  • 471d9a8 .Net: Bump DuckDB.NET.Data.Full from 1.1.2.1 to 1.1.3 in /dotnet (#10313)
  • 10818c5 .Net: SK Process Cloud Events - Publish Interface abstractions scaffolding (#...
  • 9655254 .Net: Version 1.35.0 (#10318)
  • 989b8d5 .Net: Adding Ollama extension for improved Aspire experience (#10324)
  • f005058 Python: Add Deepseek service to concept samples (#10306)
  • 62417d8 .Net: Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 in /dotnet (#10311)
  • 015f560 .Net: Bump Azure.Identity, Microsoft.Identity.Client and System.Text.Json in ...
  • c69d55c .Net: Bump Moq.Analyzers from 0.1.2 to 0.3.0 in /dotnet (#10315)
  • 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)

…and Microsoft.SemanticKernel.Core

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

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

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

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

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  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
- dependency-name: Microsoft.SemanticKernel.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from kbeaugrand as a code owner January 29, 2025 00:39
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 29, 2025
@kbeaugrand kbeaugrand merged commit a177fe9 into main Feb 10, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/multi-4b8dac3859 branch February 10, 2025 06:43
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.

1 participant