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 and Microsoft.SemanticKernel.Abstractions #773

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps Microsoft.SemanticKernel and Microsoft.SemanticKernel.Abstractions. These dependencies needed to be updated together.
Updates Microsoft.SemanticKernel from 1.6.2 to 1.13.0

Release notes

Sourced from Microsoft.SemanticKernel's releases.

dotnet-1.13.0

Changes:

  • b250109328d8b284d24682420945df5cd3057bd4 .Net: Bump version to 1.13.0 (#6336)
  • aa0ce107e0e639a5bf131077e87b47649625b061 .Net: Enable CreateFromType/Object to work with closed generics (#6218)
  • 5e0b7577b4bea7bbca30695e7269dea8ef7ccf3d .Net: Added logprobs property to OpenAIPromptExecutionSettings (#6300)
  • 3e197853bf54e7cfc42fc22c019ea1157db6eae1 .Net: Adds a memory connector for Azure Cosmos DB for NoSQL (#6148)
  • 915662ce8550d46a1e12642d9e705685de387d4e .Net: Fix PlatformNotSupportedException from HttpClientProvider (#6323)
  • e17e05abd9c886ab75dd24ecc5cb2342ca438874 .Net: Fix ArgumentNullException from TextPlugin.Uppercase/Lowercase on .NET Framework (#6324)
  • 3db321b6cab46449ed44e6d5d25cc244ae3c7c56 .Net: Fix CI pipeline for Windows runner (#6304)
  • 1d042be923ce83d4c0b2a080be4568e6c4c981aa .Net: Include streaming tool call information in model diagnostics (#6305)
  • 0c89e0bd4314b4f4c913563258ffefadedab1afe .Net: Fix MistralAI logging (#6315)
  • 51af5eedc9ef701b2b488a16ab0915b1b9933c2e .Net: Summarization and translation evaluation examples with Filters (#6262)
  • dbe6aa2c6c07fdcbddbfa28ceb82168bf4b1ec4e .Net: Trace ChatHistory and PromptExecutionSettings in IChatCompletionServices (#6306)
  • 729ea0750531b84b934c986aea6a43035ee46bb0 .Net: Some Mistral code cleanup from analyzers (#6308)
  • 6bed72304ffcf3334719dec2aa0ea1be428c5212 .Net: Ignore PromptExecutionSettings.IsFrozen for JSON serialization (#6307)
  • 1e6c49e5591d9a7a3087d8f860ae70644d67ca09 .Net: Include request info in HttpOperationException (#6309)
  • 75ee1a9d2f0e86ff422ed4cf1b07a9d3309f3640 .Net: Implementation of store using Azure SQL/SQL Server with vector search. (#6142)
  • 9b0dde56287b3f17591524c1918a21169bc56b09 .Net: Add MistralAI to the AppInsights sample (#6301)

This list of changes was auto generated.

dotnet-1.12.0

Changes:

  • fdf35d88f6a0be3c5b2aaef4b70ec5776d4b516c .Net: Bump version to 1.12.0 (#6302)
  • aa9875465c35c515abbd37c7966ff731b448f4ce .Net: Add activities to MistralClient (#6297)
  • a136cd443c290ad7af40e96d7e78246d1f874381 .Net: fixed extension data in Model diagnostics (#6275)
  • e5a29dae8c5c7af8477d7d6563c410199e39bdea .Net: Address some additional review feedback (#6289)
  • 74efae1909289957531cd26b2dd30875a989a7ec .Net: Consolidate some code used in unit tests (#6292)
  • 41f072dab0a3966cce420f168c6d35f8a91898bc .Net: Increase auto-invoke and in-flight tool calling hard-coded limits (#6272)
  • b95f05c10cf4f4b4d0532a9a42cc4d0c04ec4f75 .Net: MistralAI Connector (#6263)
  • c22f42a71167d06fdc05848b7ee98181c6a67974 .Net: Updated notebooks (#6273)
  • b99b77f2ba4178342ed99431f9a8b2a4d0af9b44 .Net: [WIP] OTel model diagnostics: streaming APIs (#6242)
  • 0bc8506d744b6e142fd16cc2383fe632733f31a2 .Net: Rename to AllowDangerouslySetContent (#6257)
  • cf91bc63202e1b9eb47eaff2b8a2e5c72d4ce5aa .Net: Fix KernelFunctionFromMethod.ToString (#6221)
  • 4c130c643ba6d83d7f5ea7b5bc85e8a1085a00fe .Net: Graduate some experimental features (#6245) [ #6211 ]
  • 132693ce3cc22036fc19edc9c3c69c2a1c5e7f7f .Net: Time Plugin Demo (#6200)
  • af207dc1b46d6b2559da08661f8fbbd886ba8e52 .Net: Fix filters cloning when registered via Kernel properties (#6241)
  • 34f201ab2e0719988d330749ff28fdae4fb17080 .Net: Don't limit [KernelFunction] to public methods (#6206)
  • 8a8cd9553c35f436e7667bdea9358b9574d636e8 .Net: Fix 5796 function calling enum params (#5998)
  • f53c98e351738a11bc5b229bfe1aa540e4c8d37b .Net: Update telemetry sample and documentation (#6191)
  • c369ab3506862ccac010d9b63c6da0aee7463826 .Net: Add multitargeting to .NET libraries (#4421)
  • 822a644b8ed28adfffc6de8f77ef194bceac9d7f .Net: Add model diagnostics to non-streaming APIs (#6150)

... (truncated)

Commits
  • b250109 .Net: Bump version to 1.13.0 (#6336)
  • aa0ce10 .Net: Enable CreateFromType/Object to work with closed generics (#6218)
  • 5e0b757 .Net: Added logprobs property to OpenAIPromptExecutionSettings (#6300)
  • 3e19785 .Net: Adds a memory connector for Azure Cosmos DB for NoSQL (#6148)
  • 915662c .Net: Fix PlatformNotSupportedException from HttpClientProvider (#6323)
  • e17e05a .Net: Fix ArgumentNullException from TextPlugin.Uppercase/Lowercase on .NET F...
  • ec93cb4 Python: Adds a memory connector for Azure Cosmos DB for NoSQL (#6195)
  • 4998063 Python: Bump version to 1.0.0rc1. (#6321)
  • a894aeb Python: implement filters (#5681)
  • 3db321b .Net: Fix CI pipeline for Windows runner (#6304)
  • Additional commits viewable in compare view

Updates Microsoft.SemanticKernel.Abstractions from 1.6.2 to 1.13.0

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

dotnet-1.13.0

Changes:

  • b250109328d8b284d24682420945df5cd3057bd4 .Net: Bump version to 1.13.0 (#6336)
  • aa0ce107e0e639a5bf131077e87b47649625b061 .Net: Enable CreateFromType/Object to work with closed generics (#6218)
  • 5e0b7577b4bea7bbca30695e7269dea8ef7ccf3d .Net: Added logprobs property to OpenAIPromptExecutionSettings (#6300)
  • 3e197853bf54e7cfc42fc22c019ea1157db6eae1 .Net: Adds a memory connector for Azure Cosmos DB for NoSQL (#6148)
  • 915662ce8550d46a1e12642d9e705685de387d4e .Net: Fix PlatformNotSupportedException from HttpClientProvider (#6323)
  • e17e05abd9c886ab75dd24ecc5cb2342ca438874 .Net: Fix ArgumentNullException from TextPlugin.Uppercase/Lowercase on .NET Framework (#6324)
  • 3db321b6cab46449ed44e6d5d25cc244ae3c7c56 .Net: Fix CI pipeline for Windows runner (#6304)
  • 1d042be923ce83d4c0b2a080be4568e6c4c981aa .Net: Include streaming tool call information in model diagnostics (#6305)
  • 0c89e0bd4314b4f4c913563258ffefadedab1afe .Net: Fix MistralAI logging (#6315)
  • 51af5eedc9ef701b2b488a16ab0915b1b9933c2e .Net: Summarization and translation evaluation examples with Filters (#6262)
  • dbe6aa2c6c07fdcbddbfa28ceb82168bf4b1ec4e .Net: Trace ChatHistory and PromptExecutionSettings in IChatCompletionServices (#6306)
  • 729ea0750531b84b934c986aea6a43035ee46bb0 .Net: Some Mistral code cleanup from analyzers (#6308)
  • 6bed72304ffcf3334719dec2aa0ea1be428c5212 .Net: Ignore PromptExecutionSettings.IsFrozen for JSON serialization (#6307)
  • 1e6c49e5591d9a7a3087d8f860ae70644d67ca09 .Net: Include request info in HttpOperationException (#6309)
  • 75ee1a9d2f0e86ff422ed4cf1b07a9d3309f3640 .Net: Implementation of store using Azure SQL/SQL Server with vector search. (#6142)
  • 9b0dde56287b3f17591524c1918a21169bc56b09 .Net: Add MistralAI to the AppInsights sample (#6301)

This list of changes was auto generated.

dotnet-1.12.0

Changes:

  • fdf35d88f6a0be3c5b2aaef4b70ec5776d4b516c .Net: Bump version to 1.12.0 (#6302)
  • aa9875465c35c515abbd37c7966ff731b448f4ce .Net: Add activities to MistralClient (#6297)
  • a136cd443c290ad7af40e96d7e78246d1f874381 .Net: fixed extension data in Model diagnostics (#6275)
  • e5a29dae8c5c7af8477d7d6563c410199e39bdea .Net: Address some additional review feedback (#6289)
  • 74efae1909289957531cd26b2dd30875a989a7ec .Net: Consolidate some code used in unit tests (#6292)
  • 41f072dab0a3966cce420f168c6d35f8a91898bc .Net: Increase auto-invoke and in-flight tool calling hard-coded limits (#6272)
  • b95f05c10cf4f4b4d0532a9a42cc4d0c04ec4f75 .Net: MistralAI Connector (#6263)
  • c22f42a71167d06fdc05848b7ee98181c6a67974 .Net: Updated notebooks (#6273)
  • b99b77f2ba4178342ed99431f9a8b2a4d0af9b44 .Net: [WIP] OTel model diagnostics: streaming APIs (#6242)
  • 0bc8506d744b6e142fd16cc2383fe632733f31a2 .Net: Rename to AllowDangerouslySetContent (#6257)
  • cf91bc63202e1b9eb47eaff2b8a2e5c72d4ce5aa .Net: Fix KernelFunctionFromMethod.ToString (#6221)
  • 4c130c643ba6d83d7f5ea7b5bc85e8a1085a00fe .Net: Graduate some experimental features (#6245) [ #6211 ]
  • 132693ce3cc22036fc19edc9c3c69c2a1c5e7f7f .Net: Time Plugin Demo (#6200)
  • af207dc1b46d6b2559da08661f8fbbd886ba8e52 .Net: Fix filters cloning when registered via Kernel properties (#6241)
  • 34f201ab2e0719988d330749ff28fdae4fb17080 .Net: Don't limit [KernelFunction] to public methods (#6206)
  • 8a8cd9553c35f436e7667bdea9358b9574d636e8 .Net: Fix 5796 function calling enum params (#5998)
  • f53c98e351738a11bc5b229bfe1aa540e4c8d37b .Net: Update telemetry sample and documentation (#6191)
  • c369ab3506862ccac010d9b63c6da0aee7463826 .Net: Add multitargeting to .NET libraries (#4421)
  • 822a644b8ed28adfffc6de8f77ef194bceac9d7f .Net: Add model diagnostics to non-streaming APIs (#6150)

... (truncated)

Commits
  • b250109 .Net: Bump version to 1.13.0 (#6336)
  • aa0ce10 .Net: Enable CreateFromType/Object to work with closed generics (#6218)
  • 5e0b757 .Net: Added logprobs property to OpenAIPromptExecutionSettings (#6300)
  • 3e19785 .Net: Adds a memory connector for Azure Cosmos DB for NoSQL (#6148)
  • 915662c .Net: Fix PlatformNotSupportedException from HttpClientProvider (#6323)
  • e17e05a .Net: Fix ArgumentNullException from TextPlugin.Uppercase/Lowercase on .NET F...
  • ec93cb4 Python: Adds a memory connector for Azure Cosmos DB for NoSQL (#6195)
  • 4998063 Python: Bump version to 1.0.0rc1. (#6321)
  • a894aeb Python: implement filters (#5681)
  • 3db321b .Net: Fix CI pipeline for Windows runner (#6304)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
Bumps [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel) and [Microsoft.SemanticKernel.Abstractions](https://github.com/microsoft/semantic-kernel). These dependencies needed to be updated together.

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

Updates `Microsoft.SemanticKernel.Abstractions` from 1.6.2 to 1.13.0
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.6.2...dotnet-1.13.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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/multi-f006599ddb branch from 982be6b to 97a8682 Compare June 1, 2024 08:46
@patrick-hovsepian
Copy link
Contributor

I think they released 1.14.0 recently, any reason not to get it in?

@martindevans
Copy link
Member

@dependabot recreate

I think that should force it to re-check and pull newer versions.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2024

Superseded by #788.

@dependabot dependabot bot closed this Jun 9, 2024
@dependabot dependabot bot deleted the dependabot/nuget/multi-f006599ddb branch June 9, 2024 15:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants