Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps Microsoft.SemanticKernel.Abstractions from 1.0.1 to 1.1.0.

Release notes

Sourced from Microsoft.SemanticKernel.Abstractions's releases.

dotnet-1.1.0

Changes:

  • bd7c94cbd76eebfe58f0fe081f03cfef8a34f92f .Net: Add missing CancellationToken to InvokePromptAsync. (#4573) (#4584)
  • 38dc3cb2a962685bd3566d8bc5c413d282d692d2 FAQ explaining how to access nightly builds (#3061)
  • 93bdce8714ba549331479b9ef39990ad567ff806 .Net: [Fix] .Net: FunctionCallingStepwisePlannerTests.DoesNotThrowWhenPluginFunctionThrowsNonCriticalExceptionAsync is failing (#4542) [ #4534 ]
  • ee544f34d93d8c767751b8bce4d117a655e83d5a .Net: Allow Add{Azure}OpenAI methods to resolve OpenAIClient from DI (#4555)
  • aed262438ebec47b09944bc86aa72ec7179ffa3f .Net: Add previous plan and error to retry the handdlebars planning. (#3973) [ #4144 ]
  • 293bfd9c2710579cdcb7f7e7a2c967ea72f7230c .Net: Bump Grpc.Net.Client from 2.59.0 to 2.60.0 in /dotnet (#4523) [ grpc/grpc-dotnet#2321, grpc/grpc-dotnet#2315, grpc/grpc-dotnet#2324, grpc/grpc-dotnet#2326, #2348, #2336, #2339, #2338, #2326, #2324, #2315, #2321, #2322 ]
  • 0772d0137e256d90a08c1fc6b568e7d1c09c365a .Net: Add missing XxFromFunctions members (#4549)
  • b7defcfa17c397e249e8f82fbcce787670b0d227 .Net: Bug fixes for Handlebars Prompt Template and Planner (#4528)
  • 019dc1a56b655fc9feeaef2dc7d8b4217e15d4aa .Net - Add support for agent tools: code-interpreter and retrieval tool (#4546)
  • abc900eba5bab99829acc6b12de7a6d1c8eba155 .Net: Fix to ensure OpenAIPromptExecutionSettings ChatSystemPrompt is not ignored (#4530) [ #4510 ]
  • a843f4707a973f886532b6e09172f03b7b6bd74a .Net: Invariant culture for OpenApiSchema conversion (#4540)
  • f337261312fc72fd638e8d3fa59ce5c690041666 .Net Remove redundant not existed solution items (#4397) unit tests (#4519) [ #4515 ]
  • d3586dcb1b783c012aa52c2d355d64693e5252f2 .Net: Enable package compatibility validation (#4438)
  • ec5be3ebbd54d6f9b9f5bbdc507a494a72177f3f .Net: Skip failing stepwise planner integration test (#4535)
  • 7c3a01c1b6a810677d871a36a9211cca0ed7fc4d .Net: Fix handling of required calls with OpenAI (#4474)
  • 184255acfd4a2b4c0a8844ced84ad4209832be65 .Net: Fixed KeyNotFoundExeption in Example09. (#4388)
  • 0b3e5424eb685c0508c61b4107a21e91ff711b5f .Net - Add support for instruction templating on Agents (#4486)
  • f5ec4b7178d635cd3bf1b01b15c3843db16cbe18 .Net - Unblock main / Fix dotnet-format workflow (#4520)
  • 9db47e56155cf8cf4da3d4d1b95bde4833d80108 .Net: Bump xunit from 2.6.3 to 2.6.4 in /dotnet (#4425) [ #2850, xunit/issues#396 ]
  • 86cb05fde595d49503fad45fd7f525f7d68e3213 .Net: Bump xunit.analyzers from 1.7.0 to 1.8.0 in /dotnet (#4426) [ xunit/xunit#2849, xunit/xunit#2846 ]
  • 1c2d0fe4b3350224184230608f6b5bef025ed3fc .Net: Avoid causing first-chance exceptions in CodeTokenizer (#4471) [ #4418 ] AIRequestSettings. (#4478) [ #4197 ]
  • aa62b14d7c54403d84a63b0430e9dff9e9cdfb69 .Net: Function Calling Planner: Catch exceptions and output error messages to chat history (#4455) [ #3224 ]
  • f07039628df5e78e71e4ca3595ff85c48716ee3f .Net: Correct file names in comments (#4459)
  • 6ed61a3c2460cdcdf2a3fec33f6ccb4d3a4bcf92 .Net: Change OpenAI function calling examples to use latest models (#4461) [ #4132 ]
  • 79908b0cf468b336ba0aa1287bf65135a56ed2da .Net: Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 in /dotnet (#4427)
  • 05334dd4fad1456b1ed060b6f777c9dd63b25ecb .Net: Add OpenAIPromptExecutionSettings.ResponseFormat (#4391)
  • 1714b0a35f0702ac2b356b026a499d266602ef6e .Net: Use cached JsonSerializerOptions in handlebars planner (#4412)
  • ca4e7dae343563f4e3b2427ae15c8c56d084dc57 .Net: Update KernelFunctionAttribute's XML comment to be accurate and more descriptive (#4404)
  • 8086bfee24e3152fdfbb4d8ddced1dcc0db2ce8b .Net: Updated dotnet README for SK v1.0 (#4417)
  • 240a2cbeaccc2e9562fa9aa82c856f74c5b5ace4 .Net: Fix and add back FlowOrchestrator (#4307)
  • 6f0a283881ccb81e02c04262019133c77a861c64 .Net: Fix for #2820 Avoid unnecessary conversion of strings to Unicode encoding (#4327)
  • 21038a209f3c587defa4fb203feae04938662010 .Net: Updated dotnet notebooks to use SK v1.0.1 (#4373)
  • d6a88a6854d266f3de095210a2db809aabe1c4ee .Net: Bump Markdig from 0.33.0 to 0.34.0 in /dotnet (#4363) [ #759, #760, #749, #751, #753 ]
  • b918618ea5269ea3c3285936edf2acb72411dc09 .Net Fixed example10 printing plugin name and example in comment (#4357)
  • f419e5ea180f5dc4e0a369546eac768b53ede376 .Net: Bump DocumentFormat.OpenXml from 2.20.0 to 3.0.0 in /dotnet (#4178) [ #1307, #1476, #1452, #1488, #1429, #1403, #1471, #1463, #1444, #1316, #1282, #1373, #1376, #1585, #1583, #1582, #1575, #1574, #1572, #1555, #1543, #1536, #1531 ]
  • 6a77cd0fa336fd216bdee1741354889cd7edae10 .Net: Bump MongoDB.Driver from 2.22.0 to 2.23.1 in /dotnet (#4362) [ #1235, #1234, #1232, #1206, #1223, #1228 ]
  • 187042f400f9575546f681eab53c7034019c02d0 .Net: Bump Handlebars.Net.Helpers from 2.4.1 to 2.4.1.3 in /dotnet (#4364) [ #86, #85, #84 ]

This list of changes was auto generated.

Commits
  • f9bef63 .Net: Bumping - v1.1.0 release (#4620)
  • b464c28 Branching strategy ADR (#4533)
  • bd7c94c .Net: Add missing CancellationToken to InvokePromptAsync<T>. (#4573) (#4584)
  • 9b45e60 Python: Fix OYD tool message parsing (#4599)
  • 38dc3cb FAQ explaining how to access nightly builds (#3061)
  • 93bdce8 .Net: [Fix] .Net: FunctionCallingStepwisePlannerTests.DoesNotThrowWhenPluginF...
  • eabee29 Python: Bump jinja2 from 3.1.2 to 3.1.3 in /python (#4583)
  • 63e140a Python: Bump pyproject to 0.4.5 for release. Update notebooks to use this ver...
  • cdc99d8 Python: added ollama connector (#4477)
  • ee544f3 .Net: Allow Add{Azure}OpenAI methods to resolve OpenAIClient from DI (#4555)
  • 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.Abstractions](https://github.com/microsoft/semantic-kernel) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.0.1...dotnet-1.1.0)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Looks like Microsoft.SemanticKernel.Abstractions is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.SemanticKernel.Abstractions-1.1.0 branch January 22, 2024 14:22
@martindevans martindevans mentioned this pull request Jan 22, 2024
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