fix(deps): update rust crate async-openai to 0.32.0#24
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update rust crate async-openai to 0.32.0#24renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
60d5321 to
8b889a4
Compare
8b889a4 to
6497a94
Compare
6497a94 to
b54fbe1
Compare
b54fbe1 to
8493c64
Compare
d54de69 to
bacb62f
Compare
bacb62f to
ce30386
Compare
ce30386 to
f04491d
Compare
f04491d to
4afc54f
Compare
4afc54f to
5b2cbf3
Compare
a8da888 to
ea3915d
Compare
ea3915d to
0130816
Compare
0130816 to
1c97183
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.28.2→0.32.0Release Notes
64bit/async-openai (async-openai)
v0.32.4: v0.32.4Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.32.3...async-openai-v0.32.4
v0.32.3: v0.32.3Compare Source
What's Changed
ChatCompletionStreamOptionsserialization for OpenAI-compatible providers by @ewgenius in #512New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.32.2...async-openai-v0.32.3
v0.32.2: v0.32.2Compare Source
What's Changed
Full Changelog: 64bit/async-openai@async-openai-v0.32.1...async-openai-v0.32.2
v0.32.1: v0.32.1Compare Source
What's Changed
Full Changelog: 64bit/async-openai@async-openai-v0.32.0...async-openai-v0.32.1
v0.32.0: v0.32.0Compare Source
What's Changed
Changes in #502
Added:
Updated Types
A few types have breaking changes from upstream, hence the minor version bump, if you're not using these types then crate version upgrade should be no-op:
RealtimeServerEventhas a new variantInputAudioBufferDtmfEventReceivedItemandOutputItemfrom types/responses/response.rs has updated variantsReasoningEfforthas a new variant forxhighAuditLogEventTypehas updated variantsImageModelhas updated variantsCreateVideoRequestis updatedVideoJob->VideoResourceand updated field types,VideoJobError->VideoResourceError;ListVideoResponse->VideoListResourcewith updated fields;VideoJobMetadata->DeletedVideoResourceexamples/videoto use updated typesEvalItemContentand types nested under are updated.Updated Spec
Synced from https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.31.1...async-openai-v0.32.0
v0.31.1: v0.31.1Compare Source
What's Changed
Full Changelog: 64bit/async-openai@async-openai-v0.31.0...async-openai-v0.31.1
v0.31.0: v0.31.0Compare Source
Overview
This release sync spec (latest openapi.documented.yml) from upstream to implement all the APIs, along with following features:
.path(),.query(),.header(), or.headers()on API group (e.g.client.chat().query()?.list().types::chat,types::responsesetc.).response-types,realtime-typesetc. for types;typesfor all types;responses,chat-completionetc. for APIs).byotfeature.v0.30.1: v0.30.1Compare Source
What's Changed
Full Changelog: 64bit/async-openai@async-openai-v0.30.0...async-openai-v0.30.1
v0.30.0: v0.30.0Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.29.6...async-openai-v0.30.0
v0.29.6: v0.29.6Compare Source
What's Changed
namefield toResponseFunctionCallArgumentsDoneby @arist76 in #442New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.29.5...async-openai-v0.29.6
v0.29.5: v0.29.5Compare Source
What's Changed
file_urltoInputFile. Makes text onInputTextpublic. by @lukasfri in #441New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.29.4...async-openai-v0.29.5
v0.29.4: v0.29.4Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.29.3...async-openai-v0.29.4
v0.29.3: v0.29.3Compare Source
What's Changed
OutputItemto align with OpenAI's Specification by @Advayp in #426New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.29.2...async-openai-v0.29.3
v0.29.2: v0.29.2Compare Source
What's Changed
ServiceTierenum for the Responses API by @Advayp in #419New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.29.1...async-openai-v0.29.2
v0.29.1: v0.29.1Compare Source
What's Changed
TreadCreated→ThreadCreated) by @posky in #400ChatCompletionToolChoiceOptiondocs by @wtdcode in #401minimalreasoning effort for gpt-5 by @timonv in #411New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.29.0...async-openai-v0.29.1
v0.29.0: v0.29.0Compare Source
What's Changed
CreateResponseandResponsestructs for Responses API by @paulhendricks in #394New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.28.3...async-openai-v0.29.0
v0.28.3: v0.28.3Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.28.2...async-openai-v0.28.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.