Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

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

Package From To
Microsoft.Identity.Client 4.67.2 4.68.0
Microsoft.ML.Tokenizers.Data.Cl100kBase 1.0.1 1.0.2
System.Text.Json 8.0.5 8.0.5
Microsoft.Bcl.AsyncInterfaces 8.0.0 8.0.0
Microsoft.Bcl.AsyncInterfaces 8.0.0 8.0.0
Microsoft.ML.Tokenizers.Data.O200kBase 1.0.1 1.0.2
System.Text.Json 8.0.5 8.0.5
Microsoft.NET.Test.Sdk 17.12.0 17.13.0
Microsoft.Bcl.AsyncInterfaces 8.0.0 6.0.0
OpenAI 2.1.0-beta.1 2.1.0
System.Text.Json 8.0.5 6.0.11

Updates Microsoft.Identity.Client from 4.67.2 to 4.68.0

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.68.0

Features

Bug Fixes

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.68.0

Features

Bug Fixes

Commits
  • 235d32d Update CHANGELOG.md for 4.68.0 (#5124)
  • 4ab0e3b Add WithFmiPath to MSAL (#5114)
  • 6ff1aa7 Cache key extensibility for MSAL (#5107)
  • e682cd1 Fix for 5108 - avoid concurrent writes to extra QP dictionary
  • a003c14 Set UseShellExecute to false in OpenLinuxBrowser (#5101)
  • 2fbeba7 Update CommonCryptographyManager.cs
  • 51b24cd Update pipeline-ci.yaml for Azure Pipelines
  • 0e80570 Update pipeline-ci.yaml for Azure Pipelines
  • 79de40f Updating exceptions for 404 to include authority (#5095)
  • e6dd08c Fix some WAM tests (#5106)
  • Additional commits viewable in compare view

Updates Microsoft.ML.Tokenizers.Data.Cl100kBase from 1.0.1 to 1.0.2

Commits

Updates System.Text.Json from 8.0.5 to 8.0.5

Commits

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 8.0.0

Commits

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 8.0.0

Commits

Updates Microsoft.ML.Tokenizers.Data.O200kBase from 1.0.1 to 1.0.2

Commits

Updates System.Text.Json from 8.0.5 to 8.0.5

Commits

Updates Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0

Release notes

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

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

Commits

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 6.0.0

Commits

Updates OpenAI from 2.1.0-beta.1 to 2.1.0

Release notes

Sourced from OpenAI's releases.

OpenAI_2.1.0

What's Changed

New Contributors

Full Changelog: openai/openai-dotnet@OpenAI_2.1.0-beta.2...OpenAI_2.1.0

OpenAI_2.1.0-beta.2

What's Changed

New Contributors

Full Changelog: openai/openai-dotnet@OpenAI_2.1.0-beta.1...OpenAI_2.1.0-beta.2

Changelog

Sourced from OpenAI's changelog.

2.1.0 (2024-12-04)

Features added

  • OpenAI.Assistants:

Breaking Changes in Preview APIs

  • OpenAI.RealtimeConversation:
    • Renamed the From*() factory methods on ConversationContentPart to Create*Part() for consistency. (bf3f0ed)
    • Removed an extraneous toolCallId parameter from ConversationItem.CreateSystemMessage(). (bf3f0ed)
  • OpenAI.Assistants:
    • Renamed RunStepType to RunStepKind. (bf3f0ed)
    • Changed RunStepKind from an "extensible enum" to a regular enum. (bf3f0ed)
    • Renamed the ToolCallId property of RunStepToolCall to Id. (bf3f0ed)
    • Renamed the ToolKind property of RunStepToolCall to Kind. (bf3f0ed)
    • Replaced the FileSearchRanker and FileSearchScoreThreshold properties of RunStepToolCall with a new FileSearchRankingOptions property that contains both values to make it clearer how they are related. (bf3f0ed)

Bugs fixed

  • OpenAI.RealtimeConversation:
    • Fixed serialization issues with ConversationItem creation of system and assistant messages. (bf3f0ed)
    • Fixed an issue causing a deadlock when calling the RealtimeConversationSession's SendInputAudio method overload that takes a BinaryData parameter. (f491c2d)

2.1.0-beta.2 (2024-11-04)

Features added

  • OpenAI.Chat:
    • Added a StoredOutputEnabled property to ChatCompletionOptions (store in the REST API). (b0f9e5c)
      • Use this property to indicate whether or not to store the output of the chat completion for use in model distillation or evals.
    • Added a Metadata property to ChatCompletionOptions (metadata in the REST API). (b0f9e5c)
      • Use this property to add custom tags and values to the chat completions for filtering in the OpenAI dashboard.
    • Added an InputTokenDetails property to ChatTokenUsage (usage.prompt_token_details in the REST API). (b0f9e5c)
      • The property is of a new type called ChatInputTokenUsageDetails, which contains properties for AudioTokenCount and CachedTokenCount for usage with supported models.
    • Added an AudioTokenCount property to ChatOutputTokenUsageDetails (usage.completion_token_details in the REST API). Audio support in chat completions is coming soon. (b0f9e5c)
  • OpenAI.Moderations:
    • Added Illicit and IllicitViolent properties ModerationResult to represent these two new moderation categories. (b0f9e5c)

Breaking Changes in Preview APIs

  • OpenAI.RealtimeConversation:
    • Made improvements to the experimental Realtime API. Please note this features area is currently under rapid development and not all changes may be reflected here. (b0f9e5c)
      • Several types have been renamed for consistency and clarity.
      • ConversationRateLimitsUpdate (previously ConversationRateLimitsUpdatedUpdate) now includes named RequestDetails and TokenDetails properties, mapping to the corresponding named items in the underlying rate_limits command payload.

Bugs Fixed

... (truncated)

Commits
  • c046c34 Prepare 2.1.0 release (Part 2) (#302)
  • f491c2d Prepare 2.1.0 release (Part 1) (#303)
  • bf3f0ed Add support for retrieving File Search result content in Run Steps and other ...
  • 448181b Assistant - Fix null-reference exception when accessing `RunStepDetailsUpdate...
  • 539172f Prepare 2.1.0-beta.2 release (Part 2) (#283)
  • 9de3709 [realtime] Address serialization issue with ConversationToolChoice (#282)
  • fa2c26f docs: update nuget badge (#241)
  • 8a376a6 fix:Fix parameter spelling errors (#247)
  • b0f9e5c Prepare 2.1.0-beta.2 release (Part 1) (#278)
  • b8ec620 Simplify structured outputs sample code (#236)
  • Additional commits viewable in compare view

Updates System.Text.Json from 8.0.5 to 6.0.11

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from aacebo as a code owner March 3, 2025 20:04
@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 Mar 3, 2025
@dependabot dependabot bot requested a review from a team March 3, 2025 20:04
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-e8d63df4dc branch from d488caf to 9636d61 Compare March 10, 2025 19:40
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-e8d63df4dc branch from 9636d61 to 9601ece Compare March 17, 2025 20:19
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-e8d63df4dc branch from 9601ece to ce55357 Compare March 24, 2025 21:03
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-e8d63df4dc branch from ce55357 to d0e7b2f Compare March 31, 2025 19:15
…7 updates

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

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.67.2` | `4.68.0` |
| [Microsoft.ML.Tokenizers.Data.Cl100kBase](https://github.com/dotnet/machinelearning) | `1.0.1` | `1.0.2` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.0` |
| [Microsoft.ML.Tokenizers.Data.O200kBase](https://github.com/dotnet/machinelearning) | `1.0.1` | `1.0.2` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `8.0.5` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `6.0.0` |
| [OpenAI](https://github.com/openai/openai-dotnet) | `2.1.0-beta.1` | `2.1.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `8.0.5` | `6.0.11` |



Updates `Microsoft.Identity.Client` from 4.67.2 to 4.68.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.67.2...4.68.0)

Updates `Microsoft.ML.Tokenizers.Data.Cl100kBase` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.5)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

Updates `Microsoft.ML.Tokenizers.Data.O200kBase` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/dotnet/machinelearning/releases)
- [Commits](https://github.com/dotnet/machinelearning/commits)

Updates `System.Text.Json` from 8.0.5 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.5)

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

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

Updates `OpenAI` from 2.1.0-beta.1 to 2.1.0
- [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.1.0-beta.1...OpenAI_2.1.0)

Updates `System.Text.Json` from 8.0.5 to 6.0.11
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.5...v8.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.ML.Tokenizers.Data.Cl100kBase
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.ML.Tokenizers.Data.O200kBase
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-e8d63df4dc branch from d0e7b2f to 33c61a0 Compare April 7, 2025 21:26
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