Skip to content

.Net: Bump OpenAI from 2.1.0-beta.1 to 2.1.0-beta.2 in /dotnet#9656

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dotnet/OpenAI-2.1.0-beta.2
Closed

.Net: Bump OpenAI from 2.1.0-beta.1 to 2.1.0-beta.2 in /dotnet#9656
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/dotnet/OpenAI-2.1.0-beta.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 11, 2024

Bumps OpenAI from 2.1.0-beta.1 to 2.1.0-beta.2.

Release notes

Sourced from OpenAI's releases.

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-beta.2 (2024-11-04)

Features added

  • 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)
  • Added Illicit and IllicitViolent properties ModerationResult to represent these two new moderation categories. (b0f9e5c)
  • 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

  • Fixed serialization and deserialization of ConversationToolChoice literal values (such as "required"). (9de3709)

Other Changes

  • Updated the System.ClientModel dependency to version 1.2.1. (b0f9e5c)
    • This updates the System.Text.Json transitive dependency to version 6.0.10, which includes a security compliance fix for CVE-2024-43485. Please note that the OpenAI library was not impacted by this vulnerability since it does not use the [JsonExtensionData] feature.
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [OpenAI](https://github.com/openai/openai-dotnet) from 2.1.0-beta.1 to 2.1.0-beta.2.
- [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-beta.2)

---
updated-dependencies:
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner November 11, 2024 23:04
@dependabot dependabot Bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Nov 11, 2024
@github-actions github-actions Bot changed the title Bump OpenAI from 2.1.0-beta.1 to 2.1.0-beta.2 in /dotnet .Net: Bump OpenAI from 2.1.0-beta.1 to 2.1.0-beta.2 in /dotnet Nov 11, 2024
@dmytrostruk
Copy link
Copy Markdown
Member

Closing as handled in this PR: #9651

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 11, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/nuget/dotnet/OpenAI-2.1.0-beta.2 branch November 11, 2024 23:55
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. Used by Dependabot. .NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant