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 9 updates #2070

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the production group with 9 updates in the /dotnet/packages/Microsoft.TeamsAI directory:

Package From To
Azure.Identity 1.12.0 1.12.1
Microsoft.Identity.Client 4.61.3 4.65.0
Microsoft.Bot.Builder 4.22.7 4.22.9
Microsoft.Identity.Client 4.61.3 4.65.0
Microsoft.NET.Test.Sdk 17.10.0 17.11.1
OpenAI 2.0.0-beta.7 2.0.0-beta.13
xunit 2.9.0 2.9.2
Microsoft.Bot.Builder.Dialogs 4.22.7 4.22.9
Microsoft.Bot.Builder 4.22.7 4.22.9
Microsoft.Bot.Builder.Integration.AspNet.Core 4.22.7 4.22.9
Microsoft.Bot.Builder 4.22.7 4.22.9
Microsoft.ML.Tokenizers 0.22.0-preview.24271.1 0.22.0-preview.24378.1

Updates Azure.Identity from 1.12.0 to 1.12.1

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.1

1.12.1 (2024-09-26)

Bugs Fixed

  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Commits

Updates Microsoft.Identity.Client from 4.61.3 to 4.65.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.65.0

New Features

Bug Fixes

4.64.1

No release notes provided.

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.65.0

New Features

Bug Fixes

4.64.1

Bug Fixes

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Commits

Updates Microsoft.Bot.Builder from 4.22.7 to 4.22.9

Release notes

Sourced from Microsoft.Bot.Builder's releases.

Bot Framework DotNet SDK 4.22.9

What's Changed

Bot Framework DotNet SDK 4.22.8

This is the September 2024 release of the DotNet Bot Framework SDK.

What's Changed

This release also adds the correct PublicKeyToken back to the assemblies. This does not appear as a PR since it was a build pipeline issue.

Commits

Updates Microsoft.Identity.Client from 4.61.3 to 4.65.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.65.0

New Features

Bug Fixes

4.64.1

No release notes provided.

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.65.0

New Features

Bug Fixes

4.64.1

Bug Fixes

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

Commits

Updates Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

... (truncated)

Commits

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

Release notes

Sourced from OpenAI's releases.

OpenAI_2.0.0-beta.13

What's Changed

Full Changelog: openai/openai-dotnet@OpenAI_2.0.0-beta.12...OpenAI_2.0.0-beta.13

OpenAI_2.0.0-beta.12

What's Changed

Full Changelog: openai/openai-dotnet@OpenAI_2.0.0-beta.11...OpenAI_2.0.0-beta.12

OpenAI_2.0.0-beta.11

What's Changed

New Contributors

Full Changelog: openai/openai-dotnet@OpenAI_2.0.0-beta.10...OpenAI_2.0.0-beta.11

OpenAI_2.0.0-beta.10

What's Changed

Full Changelog: openai/openai-dotnet@OpenAI_2.0.0-beta.9...OpenAI_2.0.0-beta.10

OpenAI_2.0.0-beta.9

What's Changed

... (truncated)

Changelog

Sourced from OpenAI's changelog.

2.0.0-beta.13 (2024-09-27)

Breaking Changes

  • Refactored ModerationResult by merging ModerationCategories and ModerationCategoryScores into individual ModerationCategory properties, each with Flagged and Score properties. (19ceae4)
  • Renamed type OpenAIFileInfo to OpenAIFile and OpenAIFileInfoCollection to OpenAIFileCollection. (19ceae4)
  • Renamed type OpenAIModelInfo to OpenAIModel and OpenAIModelInfoCollection to OpenAIModelCollection. (19ceae4)
  • Renamed type Embedding to OpenAIEmbedding and EmbeddingCollection to OpenAIEmbeddingCollection. (19ceae4)
  • Renamed property ImageUrl to ImageUri and method FromImageUrl to FromImageUri in the MessageContent type. (19ceae4)
  • Renamed property ParallelToolCallsEnabled to AllowParallelToolCalls in the RunCreationOptions, ThreadRun, and ChatCompletionOptions types. (19ceae4)
  • Renamed properties PromptTokens to InputTokenCount, CompletionTokens to OutputTokenCount, and TotalTokens to TotalTokenCount in the RunTokenUsage and RunStepTokenUsage types. (19ceae4)
  • Renamed properties InputTokens to InputTokenCount and TotalTokens to TotalTokenCount in the EmbeddingTokenUsage type. (19ceae4)
  • Renamed properties MaxPromptTokens to MaxInputTokenCount and MaxCompletionTokens to MaxOutputTokenCount in the ThreadRun, RunCreationOptions, and RunIncompleteReason types. (19ceae4)
  • Removed the virtual keyword from the Pipeline property across all clients. (75eded5)
  • Renamed the Granularities property of AudioTranscriptionOptions to TimestampGranularities. (a330c2e)
  • Changed AudioTranscriptionFormat from an enum to an "extensible enum". (a330c2e)
  • Changed AudioTranslationFormat from an enum to an "extensible enum". (a330c2e)
  • Changed GenerateImageFormat from an enum to an "extensible enum". (a330c2e)
  • Changed GeneratedImageQuality from an enum to an "extensible enum". (a330c2e)
  • Changed GeneratedImageStyle from an enum to an "extensible enum". (a330c2e)
  • Removed method overloads in AssistantClient and VectorStoreClient that take complex parameters in favor of methods that take simple string IDs. (a330c2e)
  • Updated the TokenIds property type in the TranscribedSegment type from IReadOnlyList<int> to ReadOnlyMemory<int>. (a330c2e)
  • Updated the inputs parameter type in the GenerateEmbeddings and GenerateEmbeddingsAsync methods of EmbeddingClient from IEnumerable<IEnumerable<int>> to IEnumerable<ReadOnlyMemory<int>>. (a330c2e)
  • Changed ChatMessageContentPartKind from an extensible enum to an enum. (a330c2e)
  • Changed ChatToolCallKind from an extensible enum to an enum. (a330c2e)
  • Changed ChatToolKind from an extensible enum to an enum. (a330c2e)
  • Changed OpenAIFilePurpose from an extensible enum to an enum. (a330c2e)
  • Changed OpenAIFileStatus from an extensible enum to an enum. (a330c2e)
  • Renamed OpenAIFilePurpose to FilePurpose. (a330c2e)
  • Renamed OpenAIFileStatus to FileStatus. (a330c2e)
  • Removed constructors that take string API key and options. (a330c2e)

2.0.0-beta.12 (2024-09-20)

Features Added

  • The library now includes support for the new OpenAI o1 model family. (2ab1a94)
    • ChatCompletionOptions will automatically apply its MaxOutputTokenCount value (renamed from MaxTokens) to the new max_completion_tokens request body property
    • Usage includes a new OutputTokenDetails property with a ReasoningTokenCountDescription has been truncated

…9 updates

Bumps the production group with 9 updates in the /dotnet/packages/Microsoft.TeamsAI directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.12.0` | `1.12.1` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.65.0` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.65.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.11.1` |
| [OpenAI](https://github.com/openai/openai-dotnet) | `2.0.0-beta.7` | `2.0.0-beta.13` |
| [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` |
| [Microsoft.Bot.Builder.Dialogs](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` |
| [Microsoft.Bot.Builder.Integration.AspNet.Core](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` |
| [Microsoft.Bot.Builder](https://github.com/Microsoft/botbuilder-dotnet) | `4.22.7` | `4.22.9` |
| [Microsoft.ML.Tokenizers](https://github.com/dotnet/machinelearning) | `0.22.0-preview.24271.1` | `0.22.0-preview.24378.1` |



Updates `Azure.Identity` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.12.0...Azure.Identity_1.12.1)

Updates `Microsoft.Identity.Client` from 4.61.3 to 4.65.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.65.0)

Updates `Microsoft.Bot.Builder` from 4.22.7 to 4.22.9
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9)

Updates `Microsoft.Identity.Client` from 4.61.3 to 4.65.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.65.0)

Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.10.0...v17.11.1)

Updates `OpenAI` from 2.0.0-beta.7 to 2.0.0-beta.13
- [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.13)

Updates `xunit` from 2.9.0 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.0...v2-2.9.2)

Updates `Microsoft.Bot.Builder.Dialogs` from 4.22.7 to 4.22.9
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9)

Updates `Microsoft.Bot.Builder` from 4.22.7 to 4.22.9
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9)

Updates `Microsoft.Bot.Builder.Integration.AspNet.Core` from 4.22.7 to 4.22.9
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9)

Updates `Microsoft.Bot.Builder` from 4.22.7 to 4.22.9
- [Release notes](https://github.com/Microsoft/botbuilder-dotnet/releases)
- [Changelog](https://github.com/microsoft/botbuilder-dotnet/blob/main/Changes.md)
- [Commits](microsoft/botbuilder-dotnet@4.22.7...4.22.9)

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: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder.Dialogs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder.Integration.AspNet.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bot.Builder
  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 Sep 30, 2024
@dependabot dependabot bot requested a review from a team September 30, 2024 19:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2024

Superseded by #2075.

@dependabot dependabot bot closed this Oct 2, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-ab89e8ec9a branch October 2, 2024 16:23
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