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

build: bump semantic-kernel from 1.3.0 to 1.8.0 #1254

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps semantic-kernel from 1.3.0 to 1.8.0.

Release notes

Sourced from semantic-kernel's releases.

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)
  • ead5b63b1c57267679abbd02c3b67ef6af3c0203 .Net: Add new kernel syntax sample which shows function calling planner with RAG (#5817) [ #4679 ]
  • 71221a6d9311c856c8aa3cf9d6d54b75f4f3d24c .Net: Focus CI on .NET 8 SDK (#5802)
  • de20abe06f13433f2278664f7063899f75b10568 .Net: Bump Handlebars.Net.Helpers from 2.4.1.4 to 2.4.1.5 in /dotnet (#5807) [ #88 ]
  • 15004f469a2540884513a3c7886c3f52c24d6563 .Net: Bump DuckDB.NET.Data.Full from 0.10.1 to 0.10.1.2 in /dotnet (#5808)
  • 9481b2a53e043cc6d483dfaaf7d160d815afe37d .Net: Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 in /dotnet (#5810) [ xunit/xunit#1655, #399, xunit/xunit#1651 ]
  • 0a9e74a3c62aba1115bdf39c22dba669d21e7839 .Net: Remove JsonSchema.Net dependency from Microsoft.SemanticKernel.Abstractions/Core (#5635)

This list of changes was auto generated.

python-1.8.0

Changes:

  • 3a79305eb57b7a6511e3f4a32af2e5864fff33b0 Python: Bump Python version to 1.8.0 for a release. (#8334)
  • 3a5d6013cb483221584e6f8c563cf81a655b35b4 Python: Fix agent group chat bug related to function calling in ChatCompletionAgent (#8330)
  • 6680b2e356bd624c084906b1f0341b338f4fbee3 Python: Add metrics instrumentation (#8317)

dotnet-1.7.1

Changes:

... (truncated)

Commits
  • 0c40031 .Net: Bump to version 1.8.0 (#5929)
  • 299094a Python: drop support for python before 3.10 (#5947)
  • b83c9bd .Net: Fixes HuggingFace text generation support (#5941)
  • bf5f917 .Net: Add support for making open api operation metadata and extension metada...
  • 917b790 .Net: Update sample to show how to use enum[] with function calling (#5928)
  • 41651ff .Net: ADR for function call content model classes (#5696)
  • 40b2bba Python: fixing python readme (#5903)
  • c8ce249 .Net: Function call content types (#5800)
  • c72080d .Net - Introducing AgentGroupChat (Step #2) (#5725)
  • 26e6c06 Python: reduce the amount of complex classes in the serialization to xml (#5907)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
Copy link

github-actions bot commented Aug 26, 2024

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL265959277% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
299 0 💤 0 ❌ 0 🔥 48.295s ⏱️

@dependabot dependabot bot force-pushed the dependabot/pip/semantic-kernel-1.8.0 branch from cc74273 to 3a7e91c Compare September 3, 2024 22:27
adamdougal
adamdougal previously approved these changes Sep 6, 2024
@adamdougal
Copy link
Collaborator

@dependabot recreate

Bumps [semantic-kernel](https://github.com/microsoft/semantic-kernel) from 1.3.0 to 1.8.0.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.3.0...dotnet-1.8.0)

---
updated-dependencies:
- dependency-name: semantic-kernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/semantic-kernel-1.8.0 branch from bd681ee to 4507728 Compare September 9, 2024 10:51
@adamdougal adamdougal added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit a2b14d5 Sep 9, 2024
9 checks passed
@adamdougal adamdougal deleted the dependabot/pip/semantic-kernel-1.8.0 branch September 9, 2024 12:02
Copy link

🎉 This PR is included in version 1.10.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 python Pull requests that update Python code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant