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 in /dotnet/packages/Microsoft.TeamsAI with 5 updates #2306

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 Feb 10, 2025

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

Package From To
Microsoft.Identity.Client 4.67.2 4.68.0
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.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
  • 4822e3c Update dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...
  • bf20df1 [release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...
  • de75159 [release/6.0] Create a parent CMake project for building app bundles on CI (#...
  • 8da5835 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)
  • 6f41165 [release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...
  • c86a857 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...
  • 80ed1bd [release/6.0] Don't special case "Experimental" projects (#60643)
  • 263945a [release/6.0] Fix stable builds for some transport packages (#60635)
  • 034f191 Update mac installers location string (#60500)
  • 7907830 [release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...
  • Additional commits viewable in compare view

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

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

@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 Feb 10, 2025
@dependabot dependabot bot requested a review from a team February 10, 2025 19:44
@dependabot dependabot bot force-pushed the dependabot/nuget/dotnet/packages/Microsoft.TeamsAI/production-62e35b082f branch from 9138676 to d2ab7eb Compare February 17, 2025 19:29
Bumps the production group in /dotnet/packages/Microsoft.TeamsAI with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.67.2` | `4.68.0` |
| [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.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...v6.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...v6.0.11)

---
updated-dependencies:
- 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: 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-62e35b082f branch from d2ab7eb to 7d728dd Compare February 24, 2025 21:01
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