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.1.2 to 1.2.0 #1135

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps semantic-kernel from 1.1.2 to 1.2.0.

Release notes

Sourced from semantic-kernel's releases.

dotnet-1.2.0

Changes:

  • 84e1a773b4b86e076cf02f1b452e6c1901b50022 .Net: Upgraded package version to 1.2.0 (#4723)
  • afa187db9acb0dda47b1e1d0181523f5c4177fb8 .Net: Update FlowOrchestrator to use yaml plugins and reliability improvement (#4665)
  • 80f598c22dcff414a244a0aaed3a3663a57082ae .Net: Marked Kernel events as deprecated in favor of filters (#4714)
  • 79119f1b171f24724504f56e16f74555856ddf07 .Net: Implementation of FunctionResultExtended with kernel example (#3380)
  • de9b8d87040febb45bcd445cbcee03fde2e4df37 .Net: OpenApi operation name sanitization (#4708)
  • 6a6e1709b56838c0ea9f07bc9f2e39812333eead .Net: Bump DocumentFormat.OpenXml from 3.0.0 to 3.0.1 in /dotnet (#4700)
  • 3537ff4a3770e6d7ad642a40b72d6a496d964c44 .Net: Bump Microsoft.OpenApi from 1.6.11 to 1.6.12 in /dotnet (#4699)
  • 1fa3f53093f3bb8e73569f5fd699a1bdf3a60eb3 .Net: Function and Prompt Filters (#4437)
  • e4874bb79d7c4f50c6975353ca9032f2982d4a60 .Net: Extend chat message parsing and add relevant unit tests (#4602) [ #4536 ]
  • 3fadf9a716bfd052e55048dd48af930cd8291fec .Net: Add an example showing how to use the OpenAI response format property (#4678)
  • 59b384f769be1138c58affe4856346b72068a32d .Net: Add planner integration test configuration to README (#4512)
  • f2fb71d9d14fa6fd3eefd518d7ae3bb55eef5d16 .Net: Converted examples 52 and others to tests (#4649) [ #4526 ]
  • 7fb6af2f81eaebab04ef218f66a5a0868ca2bd09 .Net: Remove use of the samples/skills folder (#4684)
  • a919536446e56436aa909ae1aba8ab72f22a7bf7 .Net: CancelKernelEventArgs is marked with SKEXP0003 Experimental Attribute instead of SKEXP0004 (#4657) [ #4650 ]
  • a5bc63d328cb4614da698011602a9c7caa69d2e7 .Net: DefaultValue for OpenAPI payload properties (#4612)
  • b2bbd410c07739767b5aad48961a8ced5b4cf4a4 .Net: Update PackageValidationBaselineVersion (#4663)
  • fe23d41613d8d7bad1f0a8e0083fec6d9ae15cf3 .Net: Fix issue #4608 (#4609)
  • 1c07c2f9f9efaafefe605cb98a1f956ae6bf8100 .Net: Remove the NCalc Plugin (#4625)
  • da51b70a9d7e32c4f9ec9a97bcd14a1ad57293d7 .Net: Catch InvalidOperationException in RedirectOutput.Log (#4651)
  • 4205cd3a7932ca9dab91eda2d2e8a7cf5d0ad1f0 .Net: Increase code coverage and add threshold to build pipeline (#4610)
  • 4ec03bedaffbe427e754bca288e6ef6ec153bae5 .Net: Remove Polly as a dependency (#4617)
  • 7d47e907de628d9bed0ff98d00254de9e8bf2982 .Net: Simplify example 52 to showcase using a custom OpenAIClient in genera… (#4502) [ #3844 ]
  • b9c1adc4834c0e560c429fa035054ab51d738bdf .Net: Aligning the SK agent HTTP stack behavior with the SK one (#4569)
  • b99b780eca883b8d954b6ed3d3335f0723c36120 .Net Kernel Examples as tests (#4526)

This list of changes was auto generated.

python-1.2.0

What's Changed

New Features

  • Azure Model-as-a-Service Python Connector: Added a new connector for Azure Model-as-a-Service to the Python SDK by @​TaoChenOSU in #6742.
  • FunctionChoiceBehavior Abstraction: Introduced FunctionChoiceBehavior, a new function calling abstraction that enables function calling for models beyond just OpenAI. This is not a breaking change, and FunctionCallBehavior still works, but users are urged to transition to the new abstraction by @​moonbox3 in #6910.
  • Azure AI Inference Function Calling: Added support for Azure AI Inference function calling by @​TaoChenOSU in #7035.
  • Mistral AI Chat Completion: Added support for Mistral AI Chat Completion by @​nmoeller in #7049.

Python Package Updates

... (truncated)

Commits
  • 84e1a77 .Net: Upgraded package version to 1.2.0 (#4723)
  • afa187d .Net: Update FlowOrchestrator to use yaml plugins and reliability improvement...
  • 80f598c .Net: Marked Kernel events as deprecated in favor of filters (#4714)
  • 0871037 Python: Renames SK prefix to Kernel (#4716)
  • a5ce301 Python: Sets a valid default content filter code to ResponsibleAIPolicyViolat...
  • 79119f1 .Net: Implementation of FunctionResultExtended with kernel example (#3380)
  • ac7961c Python: Bump pyproject version to 0.4.6. Bump notebook sk versions to 0.4.6. ...
  • de9b8d8 .Net: OpenApi operation name sanitization (#4708)
  • 6a6e170 .Net: Bump DocumentFormat.OpenXml from 3.0.0 to 3.0.1 in /dotnet (#4700)
  • 3537ff4 .Net: Bump Microsoft.OpenApi from 1.6.11 to 1.6.12 in /dotnet (#4699)
  • 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 Jul 15, 2024
Copy link

github-actions bot commented Jul 15, 2024

Coverage

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

Tests Skipped Failures Errors Time
298 0 💤 0 ❌ 0 🔥 37.606s ⏱️

@dependabot dependabot bot force-pushed the dependabot/pip/semantic-kernel-1.2.0 branch 2 times, most recently from f17e098 to 2093efb Compare July 16, 2024 08:26
Bumps [semantic-kernel](https://github.com/microsoft/semantic-kernel) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@python-1.1.2...dotnet-1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/semantic-kernel-1.2.0 branch from 2093efb to 2fea256 Compare July 16, 2024 08:28
@adamdougal adamdougal added this pull request to the merge queue Jul 16, 2024
Merged via the queue into main with commit 45bf8a3 Jul 16, 2024
7 checks passed
@adamdougal adamdougal deleted the dependabot/pip/semantic-kernel-1.2.0 branch July 16, 2024 09:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant