Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all group with 6 updates:

Package From To
OpenAI 2.2.0-beta.1 2.2.0-beta.3
FluentAssertions 8.1.1 8.2.0
MSTest 3.8.2 3.8.3
Google_GenerativeAI.Microsoft 2.4.1 2.4.3
Microsoft.Extensions.AI 9.3.0-preview.1.25161.3 9.3.0-preview.1.25161.3
Verify.MSTest 28.13.0 28.16.0

Updates OpenAI from 2.2.0-beta.1 to 2.2.0-beta.3

Release notes

Sourced from OpenAI's releases.

OpenAI_2.2.0-beta.3

What's Changed

New Contributors

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

OpenAI_2.2.0-beta.2

What's Changed

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

Changelog

Sourced from OpenAI's changelog.

2.2.0-beta.3 (2025-03-11)

Features Added

  • OpenAI.Responses:
    • Enabled support for the new Responses API. (0ca4c06)
      • Added a new OpenAIResponseClient in a corresponding scenario namespace.
      • This release aims to bring the new Responses API to .NET as soon as possible. Details, examples, and comprehensive updates for other operations are coming soon!
  • OpenAI.Chat:
  • OpenAI.Files:
    • Enabled support for user data and evals files. (0ca4c06)

2.2.0-beta.2 (2025-02-18)

Bugs fixed

  • OpenAI.Chat:
    • Fixed an issue that caused calls to the CompleteChatStreaming and CompleteChatStreamingAsync methods to fail with audio-enabled models unless provided a ChatCompletionOptions instance that had previously been used in a non-streaming CompleteChat or CompleteChatAsync method call. (d6615ab)
    • Fixed an issue that caused calls to the CompleteChatStreaming and CompleteChatStreamingAsync methods to not report token usage when provided a ChatCompletionOptions instance that had previously been used in a non-streaming CompleteChat or CompleteChatAsync method call. (d6615ab)
    • Fixed a series of issues with standalone serialization and deserialization of ChatCompletionOptions that impacted the ability to manipulate chat completion requests via System.ClientModel.Primitives.ModelReaderWriter and related utilities. (d6615ab)
Commits

Updates FluentAssertions from 8.1.1 to 8.2.0

Release notes

Sourced from FluentAssertions's releases.

8.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0

Commits
  • 04defbe Reworked formatting and support multi-dimensional arrays.
  • 0a649cb Add polyfill for splitting on a single char or string
  • 66df7d0 Use char overload of string.Replace
  • fa6eae1 Avoid regex for checking if a path is nested
  • 669f817 Handle missing caller identifier
  • c53c9eb Bump cspell from 8.17.3 to 8.17.5
  • 6751587 Remove | from regex character classes
  • 7d18305 Adjust incorrect explaining comment about regex
  • 3828bf7 Restore StringSyntax annotations
  • See full diff in compare view

Updates MSTest from 3.8.2 to 3.8.3

Release notes

Sourced from MSTest's releases.

v3.8.3

See the release notes here

Changelog

Sourced from MSTest's changelog.

[3.8.3] - 2025-03-17

See full log here

Fixed

Artifacts

Commits
  • 5354e77 [rel/3.8] Remove extra space (#5252)
  • 2175165 [rel/3.8] Add assembly name (#5247)
  • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
  • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
  • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
  • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
  • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
  • ec34a47 Fix build
  • b0bebf3 Fix merge conflict
  • bc08ddb Fix tests
  • Additional commits viewable in compare view

Updates Google_GenerativeAI.Microsoft from 2.4.1 to 2.4.3

Release notes

Sourced from Google_GenerativeAI.Microsoft's releases.

v2.4.3

  • Fixed QuickTools with Static Methods

Full Changelog: gunpal5/Google_GenerativeAI@v2.4.0...v2.4.3

v2.4.2

What's Changed:

  • feat: Added NativeAOT compatibility into Reflection based QuickTool and QuickTools.
  • feat: extended support for QuickTool and QuickTools for M.A.E.I. chat client.
  • feat: Added a dedicated property DefaultSerializerOptions.CustomJsonTypeResolvers to specify the JsonSerializerContexts for JsonMode Objects, Function Calling Arguments and ReturnType
  • fix: MeaiFunction arguments types handling

Full Changelog: gunpal5/Google_GenerativeAI@v2.4.1...v2.4.2

Commits
  • 5e221fa Bump version to v2.4.4
  • ce6b5b0 Update system instruction to use ExecuteJavascriptCodeAsync
  • f0eea29 fix: static methods with QuickTools
  • a34adcb Bump version to v2.4.3
  • e648f5d rollback version
  • 1eecbd3 fix test
  • 94a9de8 Bump version to v2.4.3
  • 21a13a1 Update main.yml
  • e2a3985 feat: Added NativeAOT compatibility into Reflection based QuickTool and Quick...
  • 4d588ca Bump version to v2.4.2
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.AI from 9.3.0-preview.1.25161.3 to 9.3.0-preview.1.25161.3

Commits

Updates Verify.MSTest from 28.13.0 to 28.16.0

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

Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [OpenAI](https://github.com/openai/openai-dotnet) | `2.2.0-beta.1` | `2.2.0-beta.3` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `8.1.1` | `8.2.0` |
| [MSTest](https://github.com/microsoft/testfx) | `3.8.2` | `3.8.3` |
| [Google_GenerativeAI.Microsoft](https://github.com/gunpal5/Google_GenerativeAI) | `2.4.1` | `2.4.3` |
| [Microsoft.Extensions.AI](https://github.com/dotnet/extensions) | `9.3.0-preview.1.25161.3` | `9.3.0-preview.1.25161.3` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `28.13.0` | `28.16.0` |


Updates `OpenAI` from 2.2.0-beta.1 to 2.2.0-beta.3
- [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.2.0-beta.1...OpenAI_2.2.0-beta.3)

Updates `FluentAssertions` from 8.1.1 to 8.2.0
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@8.1.1...8.2.0)

Updates `MSTest` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.8.2...v3.8.3)

Updates `Google_GenerativeAI.Microsoft` from 2.4.1 to 2.4.3
- [Release notes](https://github.com/gunpal5/Google_GenerativeAI/releases)
- [Changelog](https://github.com/gunpal5/Google_GenerativeAI/blob/main/CHANGELOG.md)
- [Commits](gunpal5/Google_GenerativeAI@v2.4.1...v2.4.3)

Updates `Microsoft.Extensions.AI` from 9.3.0-preview.1.25161.3 to 9.3.0-preview.1.25161.3
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](https://github.com/dotnet/extensions/commits)

Updates `Verify.MSTest` from 28.13.0 to 28.16.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.13.0...28.16.0)

---
updated-dependencies:
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Google_GenerativeAI.Microsoft
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.Extensions.AI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Mar 17, 2025
@coderabbitai
Copy link

coderabbitai bot commented Mar 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot merged commit 10780c4 into main Mar 17, 2025
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-f2251f8042 branch March 17, 2025 18: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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant