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.Connectors.AI.OpenAI, Microsoft.SemanticKernel.Abstractions and Microsoft.SemanticKernel.Plugins.Core in /webapi #707

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps Microsoft.SemanticKernel, Microsoft.SemanticKernel.Connectors.AI.OpenAI, Microsoft.SemanticKernel.Abstractions and Microsoft.SemanticKernel.Plugins.Core. These dependencies needed to be updated together.
Updates Microsoft.SemanticKernel from 1.0.0-beta8 to 1.0.0-rc3

Release notes

Sourced from Microsoft.SemanticKernel's releases.

dotnet-1.0.0-rc3

Changes:

  • aa45ee6b08d8b6c1685a3b132f31edf36ac03987 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa70802a3e6a6ca6629f354bc3be3775261243 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1dc00aa3e210102876cf9cab0de39b6268 .Net: Nulls for function arguments (#4055)
  • 764e572e329aee2b4999b14b7c76341b78476180 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2b694646ab9fe75ca727482cc86cee8c7c .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ChatCompletions was not being parsed correctly. (#4025) [ #3960 ]
  • 5f047e538b3c6f3f4061f3a2e48b989c2a5aa55e .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb8391dd8703f7275745cbff97eef2b5978 .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c61699f3a193abcfcf3b4995c100dfb0386d7 .Net Rename Azure Cognitive to Azure AI Search (#4043) [ #3995 ]
  • 04105d464c94170a2638cb44b5ab74ac08b56817 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b707163f841715edc283985bd24e18710f .Net: Create prompt integration test (#4003)
  • 33728ba63f6393a37430674e141194cd233934a8 .Net: Code duplication removed (#4030)
  • 4e0e40e7f2cf3d1464b9eb5827b459eb1522b2fe .Net: Add missing limit argument in example 15 (#4028)
  • 87fa3bf88fbbc75f10b2566e2b09a5b82c519b7f .Net Adding Kernel + Function.InvokeAsync (#3974) [ #3863 ]
  • e947ad8e9729f5ac35cfeee102abe8b9bbe13f4f .Net With the new dedicated Rendering events rederedPrompt metadata is not necessary. (#4007) [ #4005 ]
  • 6ce0cfcaad9e2e03a3a0dba3db380f2c2fab81f7 .Net: Add comment to Example08_RetryHandler (#4010)
  • eb24c4040a4b992a577cbc4e35659dd7092dcacd .Net: Support for primitives and complex types by Kernel prompt template (#4013)
  • 1a1c6fe3b6f0ac8672e6935926149024091a61d9 .Net Preventing arguments collection (#4022)
  • e1229f5785b041d0587f09ba8337d57e5a146250 .Net: fixed the AzureOpenAITextEmbeddingGeneration parameter order (#4012)
  • 8ba50ebbceb158e2d458ec407e1524ebf75b7396 .Net: Small fix in plan generation prompt of FunctionCallingStepwisePlanner (#4014)
  • 99d354fa16455a4f5382542edbce7915033d8f73 .Net: Add Handlebars planner unit tests (#3950)

This list of changes was auto generated.

dotnet-1.0.0-rc2

Changes:

  • 45507bbea2c9c8af4f2731f2697e86d0ee7ac694 .Net: Release 1.0.0-rc2 (#4004)
  • 3249099035dbe88d4d1d9d7ef1182e4f7638426c .Net: Remove string? input overloads and add KernelArgument ctor (#3985)
  • ba6c869ad8b81db1d3ab9e7848816616c647ba7e .Net: default_value should just be default to match with prompt YAML schema (#3963) [ #3957 ]
  • 10e19986a8f0863d2555b4dcbba6d957258547e9 .Net: Establish pattern to use LoggerMessage attribute in KernelFunction and Instrumented Planner (#3859)
  • 9ea33b5e44c948b092f557bef9d731a3c1856b1b .Net: remove serviceId requirement for examples 56 and 58 (#3954)
  • e905aa9d3fc3e2f654f4f9a25729d063068b8004 .Net Add ModelId to Content Abstractions (#3930) [ #3928 ]
  • 737cf8e4228a215471287733413c40afe9cda00f .Net: input_parameters should be input_variables to match prompt serialization (#3965) [ #3953, #3958 ]
  • b130b1cc6250be07dcc4737870ae554a1cf9cb99 .Net Tests Update (#3935) [ #3653 ]
  • f1ede273989b9efdaf6900b5461e93ba79bb2b19 .Net: Fix up KernelFunction.InvokeStreamingAsync to be more similar to non-streaming (#3940)
  • 5871a36b282dc61eca1bcabc5dd8eee55755910c .Net: Remove CreateFunctionFromPromptXXXResource methods (#3964) [ #3951 ]
  • faf3aab86266bf37a95a846b500cdc21399bfe44 .Net: Change a few KernelExceptions to ArgumentExceptions (#3931)
  • c26493d0c3784c61ad3bfae0178cb02c4b42deab .Net: Remove pluginName arguments from markdown/yaml function creation (#3959)
  • dece411faa6967290dbf0afb6963857ab1ff09c7 .Net: Add ChatHistory.RemoveRange (#3956)

... (truncated)

Commits
  • aa45ee6 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa708 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1 .Net: Nulls for function arguments (#4055)
  • 764e572 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2 .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ...
  • 5f047e5 .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c616 .Net Rename Azure Cognitive to Azure AI Search (#4043)
  • 04105d4 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b .Net: Create prompt integration test (#4003)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Connectors.AI.OpenAI from 1.0.0-beta8 to 1.0.0-rc3

Release notes

Sourced from Microsoft.SemanticKernel.Connectors.AI.OpenAI's releases.

dotnet-1.0.0-rc3

Changes:

  • aa45ee6b08d8b6c1685a3b132f31edf36ac03987 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa70802a3e6a6ca6629f354bc3be3775261243 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1dc00aa3e210102876cf9cab0de39b6268 .Net: Nulls for function arguments (#4055)
  • 764e572e329aee2b4999b14b7c76341b78476180 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2b694646ab9fe75ca727482cc86cee8c7c .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ChatCompletions was not being parsed correctly. (#4025) [ #3960 ]
  • 5f047e538b3c6f3f4061f3a2e48b989c2a5aa55e .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb8391dd8703f7275745cbff97eef2b5978 .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c61699f3a193abcfcf3b4995c100dfb0386d7 .Net Rename Azure Cognitive to Azure AI Search (#4043) [ #3995 ]
  • 04105d464c94170a2638cb44b5ab74ac08b56817 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b707163f841715edc283985bd24e18710f .Net: Create prompt integration test (#4003)
  • 33728ba63f6393a37430674e141194cd233934a8 .Net: Code duplication removed (#4030)
  • 4e0e40e7f2cf3d1464b9eb5827b459eb1522b2fe .Net: Add missing limit argument in example 15 (#4028)
  • 87fa3bf88fbbc75f10b2566e2b09a5b82c519b7f .Net Adding Kernel + Function.InvokeAsync (#3974) [ #3863 ]
  • e947ad8e9729f5ac35cfeee102abe8b9bbe13f4f .Net With the new dedicated Rendering events rederedPrompt metadata is not necessary. (#4007) [ #4005 ]
  • 6ce0cfcaad9e2e03a3a0dba3db380f2c2fab81f7 .Net: Add comment to Example08_RetryHandler (#4010)
  • eb24c4040a4b992a577cbc4e35659dd7092dcacd .Net: Support for primitives and complex types by Kernel prompt template (#4013)
  • 1a1c6fe3b6f0ac8672e6935926149024091a61d9 .Net Preventing arguments collection (#4022)
  • e1229f5785b041d0587f09ba8337d57e5a146250 .Net: fixed the AzureOpenAITextEmbeddingGeneration parameter order (#4012)
  • 8ba50ebbceb158e2d458ec407e1524ebf75b7396 .Net: Small fix in plan generation prompt of FunctionCallingStepwisePlanner (#4014)
  • 99d354fa16455a4f5382542edbce7915033d8f73 .Net: Add Handlebars planner unit tests (#3950)

This list of changes was auto generated.

dotnet-1.0.0-rc2

Changes:

  • 45507bbea2c9c8af4f2731f2697e86d0ee7ac694 .Net: Release 1.0.0-rc2 (#4004)
  • 3249099035dbe88d4d1d9d7ef1182e4f7638426c .Net: Remove string? input overloads and add KernelArgument ctor (#3985)
  • ba6c869ad8b81db1d3ab9e7848816616c647ba7e .Net: default_value should just be default to match with prompt YAML schema (#3963) [ #3957 ]
  • 10e19986a8f0863d2555b4dcbba6d957258547e9 .Net: Establish pattern to use LoggerMessage attribute in KernelFunction and Instrumented Planner (#3859)
  • 9ea33b5e44c948b092f557bef9d731a3c1856b1b .Net: remove serviceId requirement for examples 56 and 58 (#3954)
  • e905aa9d3fc3e2f654f4f9a25729d063068b8004 .Net Add ModelId to Content Abstractions (#3930) [ #3928 ]
  • 737cf8e4228a215471287733413c40afe9cda00f .Net: input_parameters should be input_variables to match prompt serialization (#3965) [ #3953, #3958 ]
  • b130b1cc6250be07dcc4737870ae554a1cf9cb99 .Net Tests Update (#3935) [ #3653 ]
  • f1ede273989b9efdaf6900b5461e93ba79bb2b19 .Net: Fix up KernelFunction.InvokeStreamingAsync to be more similar to non-streaming (#3940)
  • 5871a36b282dc61eca1bcabc5dd8eee55755910c .Net: Remove CreateFunctionFromPromptXXXResource methods (#3964) [ #3951 ]
  • faf3aab86266bf37a95a846b500cdc21399bfe44 .Net: Change a few KernelExceptions to ArgumentExceptions (#3931)
  • c26493d0c3784c61ad3bfae0178cb02c4b42deab .Net: Remove pluginName arguments from markdown/yaml function creation (#3959)
  • dece411faa6967290dbf0afb6963857ab1ff09c7 .Net: Add ChatHistory.RemoveRange (#3956)

... (truncated)

Commits
  • aa45ee6 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa708 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1 .Net: Nulls for function arguments (#4055)
  • 764e572 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2 .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ...
  • 5f047e5 .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c616 .Net Rename Azure Cognitive to Azure AI Search (#4043)
  • 04105d4 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b .Net: Create prompt integration test (#4003)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Abstractions from 1.0.0-beta8 to 1.0.0-rc3

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

dotnet-1.0.0-rc3

Changes:

  • aa45ee6b08d8b6c1685a3b132f31edf36ac03987 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa70802a3e6a6ca6629f354bc3be3775261243 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1dc00aa3e210102876cf9cab0de39b6268 .Net: Nulls for function arguments (#4055)
  • 764e572e329aee2b4999b14b7c76341b78476180 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2b694646ab9fe75ca727482cc86cee8c7c .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ChatCompletions was not being parsed correctly. (#4025) [ #3960 ]
  • 5f047e538b3c6f3f4061f3a2e48b989c2a5aa55e .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb8391dd8703f7275745cbff97eef2b5978 .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c61699f3a193abcfcf3b4995c100dfb0386d7 .Net Rename Azure Cognitive to Azure AI Search (#4043) [ #3995 ]
  • 04105d464c94170a2638cb44b5ab74ac08b56817 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b707163f841715edc283985bd24e18710f .Net: Create prompt integration test (#4003)
  • 33728ba63f6393a37430674e141194cd233934a8 .Net: Code duplication removed (#4030)
  • 4e0e40e7f2cf3d1464b9eb5827b459eb1522b2fe .Net: Add missing limit argument in example 15 (#4028)
  • 87fa3bf88fbbc75f10b2566e2b09a5b82c519b7f .Net Adding Kernel + Function.InvokeAsync (#3974) [ #3863 ]
  • e947ad8e9729f5ac35cfeee102abe8b9bbe13f4f .Net With the new dedicated Rendering events rederedPrompt metadata is not necessary. (#4007) [ #4005 ]
  • 6ce0cfcaad9e2e03a3a0dba3db380f2c2fab81f7 .Net: Add comment to Example08_RetryHandler (#4010)
  • eb24c4040a4b992a577cbc4e35659dd7092dcacd .Net: Support for primitives and complex types by Kernel prompt template (#4013)
  • 1a1c6fe3b6f0ac8672e6935926149024091a61d9 .Net Preventing arguments collection (#4022)
  • e1229f5785b041d0587f09ba8337d57e5a146250 .Net: fixed the AzureOpenAITextEmbeddingGeneration parameter order (#4012)
  • 8ba50ebbceb158e2d458ec407e1524ebf75b7396 .Net: Small fix in plan generation prompt of FunctionCallingStepwisePlanner (#4014)
  • 99d354fa16455a4f5382542edbce7915033d8f73 .Net: Add Handlebars planner unit tests (#3950)

This list of changes was auto generated.

dotnet-1.0.0-rc2

Changes:

  • 45507bbea2c9c8af4f2731f2697e86d0ee7ac694 .Net: Release 1.0.0-rc2 (#4004)
  • 3249099035dbe88d4d1d9d7ef1182e4f7638426c .Net: Remove string? input overloads and add KernelArgument ctor (#3985)
  • ba6c869ad8b81db1d3ab9e7848816616c647ba7e .Net: default_value should just be default to match with prompt YAML schema (#3963) [ #3957 ]
  • 10e19986a8f0863d2555b4dcbba6d957258547e9 .Net: Establish pattern to use LoggerMessage attribute in KernelFunction and Instrumented Planner (#3859)
  • 9ea33b5e44c948b092f557bef9d731a3c1856b1b .Net: remove serviceId requirement for examples 56 and 58 (#3954)
  • e905aa9d3fc3e2f654f4f9a25729d063068b8004 .Net Add ModelId to Content Abstractions (#3930) [ #3928 ]
  • 737cf8e4228a215471287733413c40afe9cda00f .Net: input_parameters should be input_variables to match prompt serialization (#3965) [ #3953, #3958 ]
  • b130b1cc6250be07dcc4737870ae554a1cf9cb99 .Net Tests Update (#3935) [ #3653 ]
  • f1ede273989b9efdaf6900b5461e93ba79bb2b19 .Net: Fix up KernelFunction.InvokeStreamingAsync to be more similar to non-streaming (#3940)
  • 5871a36b282dc61eca1bcabc5dd8eee55755910c .Net: Remove CreateFunctionFromPromptXXXResource methods (#3964) [ #3951 ]
  • faf3aab86266bf37a95a846b500cdc21399bfe44 .Net: Change a few KernelExceptions to ArgumentExceptions (#3931)
  • c26493d0c3784c61ad3bfae0178cb02c4b42deab .Net: Remove pluginName arguments from markdown/yaml function creation (#3959)
  • dece411faa6967290dbf0afb6963857ab1ff09c7 .Net: Add ChatHistory.RemoveRange (#3956)

... (truncated)

Commits
  • aa45ee6 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa708 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1 .Net: Nulls for function arguments (#4055)
  • 764e572 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2 .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ...
  • 5f047e5 .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c616 .Net Rename Azure Cognitive to Azure AI Search (#4043)
  • 04105d4 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b .Net: Create prompt integration test (#4003)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Plugins.Core from 1.0.0-beta8 to 1.0.0-rc3

Release notes

Sourced from Microsoft.SemanticKernel.Plugins.Core's releases.

dotnet-1.0.0-rc3

Changes:

  • aa45ee6b08d8b6c1685a3b132f31edf36ac03987 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa70802a3e6a6ca6629f354bc3be3775261243 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1dc00aa3e210102876cf9cab0de39b6268 .Net: Nulls for function arguments (#4055)
  • 764e572e329aee2b4999b14b7c76341b78476180 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2b694646ab9fe75ca727482cc86cee8c7c .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ChatCompletions was not being parsed correctly. (#4025) [ #3960 ]
  • 5f047e538b3c6f3f4061f3a2e48b989c2a5aa55e .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb8391dd8703f7275745cbff97eef2b5978 .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c61699f3a193abcfcf3b4995c100dfb0386d7 .Net Rename Azure Cognitive to Azure AI Search (#4043) [ #3995 ]
  • 04105d464c94170a2638cb44b5ab74ac08b56817 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b707163f841715edc283985bd24e18710f .Net: Create prompt integration test (#4003)
  • 33728ba63f6393a37430674e141194cd233934a8 .Net: Code duplication removed (#4030)
  • 4e0e40e7f2cf3d1464b9eb5827b459eb1522b2fe .Net: Add missing limit argument in example 15 (#4028)
  • 87fa3bf88fbbc75f10b2566e2b09a5b82c519b7f .Net Adding Kernel + Function.InvokeAsync (#3974) [ #3863 ]
  • e947ad8e9729f5ac35cfeee102abe8b9bbe13f4f .Net With the new dedicated Rendering events rederedPrompt metadata is not necessary. (#4007) [ #4005 ]
  • 6ce0cfcaad9e2e03a3a0dba3db380f2c2fab81f7 .Net: Add comment to Example08_RetryHandler (#4010)
  • eb24c4040a4b992a577cbc4e35659dd7092dcacd .Net: Support for primitives and complex types by Kernel prompt template (#4013)
  • 1a1c6fe3b6f0ac8672e6935926149024091a61d9 .Net Preventing arguments collection (#4022)
  • e1229f5785b041d0587f09ba8337d57e5a146250 .Net: fixed the AzureOpenAITextEmbeddingGeneration parameter order (#4012)
  • 8ba50ebbceb158e2d458ec407e1524ebf75b7396 .Net: Small fix in plan generation prompt of FunctionCallingStepwisePlanner (#4014)
  • 99d354fa16455a4f5382542edbce7915033d8f73 .Net: Add Handlebars planner unit tests (#3950)

This list of changes was auto generated.

dotnet-1.0.0-rc2

Changes:

  • 45507bbea2c9c8af4f2731f2697e86d0ee7ac694 .Net: Release 1.0.0-rc2 (#4004)
  • 3249099035dbe88d4d1d9d7ef1182e4f7638426c .Net: Remove string? input overloads and add KernelArgument ctor (#3985)
  • ba6c869ad8b81db1d3ab9e7848816616c647ba7e .Net: default_value should just be default to match with prompt YAML schema (#3963) [ #3957 ]
  • 10e19986a8f0863d2555b4dcbba6d957258547e9 .Net: Establish pattern to use LoggerMessage attribute in KernelFunction and Instrumented Planner (#3859)
  • 9ea33b5e44c948b092f557bef9d731a3c1856b1b .Net: remove serviceId requirement for examples 56 and 58 (#3954)
  • e905aa9d3fc3e2f654f4f9a25729d063068b8004 .Net Add ModelId to Content Abstractions (#3930) [ #3928 ]
  • 737cf8e4228a215471287733413c40afe9cda00f .Net: input_parameters should be input_variables to match prompt serialization (#3965) [ #3953, #3958 ]
  • b130b1cc6250be07dcc4737870ae554a1cf9cb99 .Net Tests Update (#3935) [ #3653 ]
  • f1ede273989b9efdaf6900b5461e93ba79bb2b19 .Net: Fix up KernelFunction.InvokeStreamingAsync to be more similar to non-streaming (#3940)
  • 5871a36b282dc61eca1bcabc5dd8eee55755910c .Net: Remove CreateFunctionFromPromptXXXResource methods (#3964) [ #3951 ]
  • faf3aab86266bf37a95a846b500cdc21399bfe44 .Net: Change a few KernelExceptions to ArgumentExceptions (#3931)
  • c26493d0c3784c61ad3bfae0178cb02c4b42deab .Net: Remove pluginName arguments from markdown/yaml function creation (#3959)
  • dece411faa6967290dbf0afb6963857ab1ff09c7 .Net: Add ChatHistory.RemoveRange (#3956)

... (truncated)

Commits
  • aa45ee6 .Net: Address API review feedback about DI integration (#4023)
  • 7eaa708 .Net: Simplify and clarify multi stream chat completion example (#4019)
  • 17b1ab1 .Net: Nulls for function arguments (#4055)
  • 764e572 .Net Remove non-visible Kernel Syntax Samples (#4058)
  • 136e7c2 .Net BugFix - Using StandardizedPrompt With Kernel/Function InvokeAsync with ...
  • 5f047e5 .Net: Version 1.0.0-rc3 (#4057)
  • ce2dbfb .Net: Clarify some kernel semantic examples (#4018)
  • 0a7c616 .Net Rename Azure Cognitive to Azure AI Search (#4043)
  • 04105d4 .Net: Address API review feedback on Kernel.GetService (#4046)
  • 32dc00b .Net: Create prompt integration test (#4003)
  • 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)

….OpenAI, Microsoft.SemanticKernel.Abstractions and Microsoft.SemanticKernel.Plugins.Core

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

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

Updates `Microsoft.SemanticKernel.Connectors.AI.OpenAI` from 1.0.0-beta8 to 1.0.0-rc3
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.0.0-beta8...dotnet-1.0.0-rc3)

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

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

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.SemanticKernel.Connectors.AI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.SemanticKernel.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.SemanticKernel.Plugins.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Dec 11, 2023
@github-actions github-actions bot added webapi Pull requests that update .net code and removed dependencies Pull requests that update a dependency file labels Dec 11, 2023
@crickman crickman closed this Dec 13, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/webapi/Microsoft.SemanticKernel-and-Microsoft.SemanticKernel.Connectors.AI.OpenAI-and-Microsoft.SemanticKernel.Abstractions-and-Microsoft.SemanticKernel.Plugins.Core-1.0.0-rc3 branch December 13, 2023 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.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.

1 participant