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

[C#] bump: (deps): Bump the production group across 1 directory with 4 updates #1937

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production group with 4 updates in the /dotnet/packages/Microsoft.TeamsAI directory: Microsoft.Identity.Client, Newtonsoft.Json, OpenAI and Microsoft.ML.Tokenizers.

Updates Microsoft.Identity.Client from 4.61.3 to 4.63.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Commits
  • 89dba0a Update CHANGELOG for MSAL 4.63.0 Release (#4885)
  • fd0ffad Update KerberosConsole.csproj to use latest Kerberos.NET package (#4883)
  • 978bc89 Update with NuGet README (#4865)
  • dd337e2 Fix Pre-release Regression: Correct JSON Web Key (JWK) Encoding for RSA Publi...
  • 83725aa Enhance MSAL Managed Identity to Bypass Cache When Claims Are Present (#4875)
  • 0f9c36f Update InteractiveFlowTests.NetFwk.cs and Ignore failing tests
  • 52de2aa Moving OneBranch logic to GitHub (#4828)
  • 707e368 Update label-issues.yml
  • de3f221 Fix issue tagging action (#4874)
  • 984d774 Update action with label logging (#4873)
  • Additional commits viewable in compare view

Updates Newtonsoft.Json from 13.0.1 to 13.0.3

Updates OpenAI from 2.0.0-beta.7 to 2.0.0-beta.8

Release notes

Sourced from OpenAI's releases.

OpenAI_2.0.0-beta.8

What's Changed

New Contributors

Full Changelog: openai/openai-dotnet@OpenAI_2.0.0-beta.7...OpenAI_2.0.0-beta.8

Changelog

Sourced from OpenAI's changelog.

2.0.0-beta.8 (2024-07-31)

Breaking Changes

  • Changed name of return types from methods returning streaming collections from ResultCollection to CollectionResult. (7bdecfd)
  • Changed return types from methods returning paginated collections from PageableCollection to PageCollection. (7bdecfd)
  • Users must now call GetAllValues on the collection of pages to enumerate collection items directly. Corresponding protocol methods return IEnumerable<ClientResult> where each collection item represents a single service response holding a page of values. (7bdecfd)
  • Updated VectorStoreFileCounts and VectorStoreFileAssociationError types from readonly struct to class. (58f93c8)

Bugs Fixed

  • (#49) Fixed a bug with extensible enums implementing case-insensitive equality but case-sensitive hash codes. (0c12500)
  • (#57) Fixed a bug with requests URIs with query string parameter potentially containing a malformed double question mark (??) on .NET Framework (net481). (0c12500)
  • Added optional CancellationToken parameters to methods for AssistantClient and VectorStore client, consistent with past changes in 19a65a0. (d77539c)
  • Fixed Assistants FileSearchToolDefinition's MaxResults parameter to appropriately serialize and deserialize the value (d77539c)
  • Added missing [EditorBrowsable(EditorBrowsableState.Never)] attributes to AssistantClient protocol methods, which should improve discoverability of the strongly typed methods. (d77539c)

Other Changes

  • Removed the usage of init and updated properties to use set. (58f93c8)
Commits

Updates Microsoft.ML.Tokenizers from 0.22.0-preview.24271.1 to 0.22.0-preview.24378.1

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…4 updates

Bumps the production group with 4 updates in the /dotnet/packages/Microsoft.TeamsAI directory: [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet), Newtonsoft.Json, [OpenAI](https://github.com/openai/openai-dotnet) and [Microsoft.ML.Tokenizers](https://github.com/dotnet/machinelearning).


Updates `Microsoft.Identity.Client` from 4.61.3 to 4.63.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.61.3...4.63.0)

Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3

Updates `OpenAI` from 2.0.0-beta.7 to 2.0.0-beta.8
- [Release notes](https://github.com/openai/openai-dotnet/releases)
- [Changelog](https://github.com/openai/openai-dotnet/blob/main/CHANGELOG.md)
- [Commits](openai/openai-dotnet@OpenAI_2.0.0-beta.7...OpenAI_2.0.0-beta.8)

Updates `Microsoft.ML.Tokenizers` from 0.22.0-preview.24271.1 to 0.22.0-preview.24378.1
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.ML.Tokenizers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dotnet Change/fix applies to dotnet. If all three, use the 'JS & dotnet & Python' label labels Aug 19, 2024
@dependabot dependabot bot requested a review from a team August 19, 2024 19:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-7c5fd68447 branch August 26, 2024 19: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 dotnet Change/fix applies to dotnet. If all three, use the 'JS & dotnet & Python' label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants