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 from 1.7.1 to 1.9.0 #31

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps Microsoft.SemanticKernel from 1.7.1 to 1.9.0.

Release notes

Sourced from Microsoft.SemanticKernel's releases.

dotnet-1.9.0

Changes:

  • de0e5660059f1592c282ebef0ac3b5ffd98535ac .Net: Version 1.9.0 (#5991)
  • a2abc0ea139396ce48d6bdd0d89e6ff26cd2331a .Net: Support XML Tags in Chat Prompts (#5866) [ #5699 ]
  • f7e66bd90028c40fe99de143f540156737ec9ae3 .Net - Introducing OpenAI Assistant Agent (Step #ANY) (#5809)
  • 91abbd7f3a7bfb81c1ce7f8b92c2d37e970e8536 .Net: Integration tests improvements (#5981)
  • 875477e801b372468d441a7424b3793b077c2470 .Net: Google connector API version selection (#5750) [ #5659 ]
  • 47c5d92b873f8d7f419ee10afe5a0eb743027257 .Net: Fixed ReSharper/Rider errors to be compliant with dotnet formatting settings (#5862) [ #4653 ]
  • 5438d3130bcb97e11f87eebe1989a4182ff83869 .Net: Baseline 1.8.0 (#5950)
  • e63756874f6ab415134ff6fad80e11c679002e23 .Net - Agents Fix: Chat Concurrency (Step #ANY) (#5831)
  • ac9ed0368b2d7433fad3d5a6bbe8bfe83485ff4e .Net: Cleanup tokenizer examples (#5938)
  • 1e6039769ed4d9648b4598a13b1962402203574b .Net: Update the package icon to use the Semantic Kernel logo (#5951)
  • c84258ad602bbde1de33676247a0f938502c2ccb .Net: Moved Onnx tests to integration tests (#5956)

This list of changes was auto generated.

dotnet-1.8.0

Changes:

  • 0c40031eb917bbf46c9af97897051f45e4084986 .Net: Bump to version 1.8.0 (#5929)
  • b83c9bd88aee01583b38ad041558de22c998c06b .Net: Fixes HuggingFace text generation support (#5941) [ #5940 ]
  • bf5f91783ce822d39cea55d9cd4fbf3ecd7414b1 .Net: Add support for making open api operation metadata and extension metadata available at function invocation time (#5911)
  • 917b790b663d72b03aa607c134e5c23ad0e83433 .Net: Update sample to show how to use enum[] with function calling (#5928) [ #5451 ]
  • 41651ff2bef1d97f9ac5ffa37a68123418814588 .Net: ADR for function call content model classes (#5696)
  • c8ce2492acd0df0ba1d0bb0368645bc9f5e2a8e1 .Net: Function call content types (#5800)
  • c72080d7da6baa539eab515fc065730d87d191e2 .Net - Introducing AgentGroupChat (Step #2) (#5725)
  • 76348d19a32b2bbd2d640dc0fefb0918e718b295 .Net: Deleting Planners.Core source which contained pre-V1 planners. (#5875)
  • 67233e5f520664039cae1367ebf4741b23b8197f .Net: Fix KustoMemoryStore reading Timestamp column data type (#5600)
  • d6378f796bcd08f74a6a22810f22b421c19db0c9 .Net: Fix ignoring non-default search index name (#5843) [ #4213 ]
  • 9d0f6318133d59a658ba4859f417c6d2c518927e .Net: During OpenAPI import use payload parameter if specified (#5874) [ #5870 ]
  • beef63c41d68c795112c72d04109de089f670f2e .Net Enable Usage of Custom Compatible Chat Message API Endpoints with OpenAI Connector + Examples (#4753)
  • e416946567c39f7c8b867d517a218f226f978d39 .Net Hugging Face TGI Chat Completion Message API Support (#5785) [ #5403 ]
  • a27a46dc4af47b33df933126e1d5938e919af04c .Net Google Connector - Enable Strong Name Signing (#5868)
  • 71c16e159b364d22c6d8c7d7957abb17bc44b4a9 .Net: Update more code with C# 11/12 features (#5852)
  • 62cc40d063708befd0a6a8062676bfd12c6ca65b .Net - Fix Experimental Agent Type Handling for Tool Calling (#5847)
  • 1626f7aee0b50356703a8ca9cac0c95c2357d34b .Net: Extend plugins sample to demonstrate the use of enums (#5850)
  • 2e3d8cfbd11809842fc14fe7580a15e31417734a .Net: Fix a few straggler warnings from recently updated analyzers (#5838)
  • 2e54c7007c0602491aaa595b983d44f460caba39 community office hours (#5840)
  • 8d0662e80d0a26c51f38162ea3c7b27f037d0d8b .Net: Use C# 11/12 features throughout repo (#4387)
  • cbbaa59e0a926a69652e9331696b51b8fe062aee .Net - Agents IReadonlyList instead of IEnumerable (Step #ANY) (#5832)
  • ebd21fa0c49a8d8b036a889cb6e0d1e291249e59 .Net - Voilà: Agent Framework (#5705)
  • e74c7422f53f2ce35f4db2c742c60300975ac331 .Net: Fix handling of generic return types in CreateFromMethod (#5821)
  • f2e52bd87b2a256364e0ed3604ea06e79f5fc466 .Net: Upgrade projects from net6.0 to net8.0 and adjust LangVersion to 12 (#5819)

... (truncated)

Commits
  • de0e566 .Net: Version 1.9.0 (#5991)
  • a2abc0e .Net: Support XML Tags in Chat Prompts (#5866)
  • 7d2ac13 Python: move Hugging Face tests to integration (#5983)
  • f7e66bd .Net - Introducing OpenAI Assistant Agent (Step #ANY) (#5809)
  • 91abbd7 .Net: Integration tests improvements (#5981)
  • 3cb2797 Python: Bump ruff from 0.3.7 to 0.4.1 in /python (#5966)
  • 875477e .Net: Google connector API version selection (#5750)
  • 47c5d92 .Net: Fixed ReSharper/Rider errors to be compliant with dotnet formatting set...
  • 5438d31 .Net: Baseline 1.8.0 (#5950)
  • e637568 .Net - Agents Fix: Chat Concurrency (Step #ANY) (#5831)
  • 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:/microsoft/semantic-kernel) from 1.7.1 to 1.9.0.
- [Release notes](https:/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.7.1...dotnet-1.9.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 the dependencies Pull requests that update a dependency file label Apr 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #36.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.SemanticKernel-1.9.0 branch April 29, 2024 19:51
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.

0 participants