fix(deps): update rust crate async-openai to 0.30.0 #296
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.14.2->0.30.0Release Notes
64bit/async-openai (async-openai)
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
v0.28.2: v0.28.2Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.28.1...async-openai-v0.28.2
v0.28.1: v0.28.1Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.28.0...async-openai-v0.28.1
v0.28.0: v0.28.0Compare Source
What's Changed
Full Changelog: 64bit/async-openai@async-openai-v0.27.2...async-openai-v0.28.0
Contributors
v0.27.2: v0.27.2Compare Source
What's Changed
From<ChatCompletionRequestDeveloperMessage>implementation forChatCompletionRequestMessageby @keithschulze in #318New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.27.1...async-openai-v0.27.2
v0.27.1: v0.27.1Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.27.0...async-openai-v0.27.1
v0.27.0: v0.27.0Compare Source
What's Changed
New Contributors
Full Changelog: 64bit/async-openai@async-openai-v0.26.0...async-openai-v0.27.0
v0.26.0: v0.26.0Compare Source
New
Thank you Contributors
v0.25.0: v0.25.0Compare Source
New
realtime#276examples/realtime#276v0.24.1: v0.24.1Compare Source
New
Fix: Fix service_tier serialization for
CreateChatCompletionRequest#263 by @tomgieFix: Fix content, refusal serialization for
CreateChatCompletionRequest#267 by @chirinoFix: Fix deserialization of
ListVectorStoresResponse#242 #270Thank you contributors
v0.24.0: v0.24.0Compare Source
New
VectorStoreFileErorCodeenum variants in #249 by @JensWalterCreateAssistantToolFileSearchResourceswith optional fields in #252 by @vrurgThank you contributors
v0.23.4: v0.23.4Compare Source
New
ApiErrormore user-friendly by @GabrielBianconi in #238 #240DeserializeanywhereSerializeis derived by @kczimm in #241Thank you contributors
v0.23.3: v0.23.3Compare Source
Bug Fixes
Noneoptional fields inCreateRunRequestbecause API does not accept "null" #234 #235 #236Thank you contributors
v0.23.2: v0.23.2Compare Source
Bug Fixes
max_tokensfromu16tou32for larger context window in recent models #232 #233 by @MakotoEThank you contributors
v0.23.1: v0.23.1Compare Source
Added
Audio::translate_rawUpdated
Bug Fixes
VectorStoreFileObjectChunkingStrategyandVectorStoreObjectby @hiibolt in #230Thank you contributors
v0.23.0: v0.23.0Compare Source
Added
Updated
Bug Fixes
Bytesinstead ofStringFileCitationdeserialization fix #222 by @kitaliaMiscellaneous
Thank you contributors
v0.21.0: v0.21.0Compare Source
New
Added
Updated
ApiErrorto match spec.v0.20.0: v0.20.0Compare Source
New
examples/vision-chatby @Gabriel2409 in #203Thank you contributors
v0.19.1: v0.19.1Compare Source
New
Client::buildto initialize client without overhead (full context here) by @GabrielBianconi #197examples/assistantby @sgopalan98 #200Thank you contributors
v0.19.0: v0.19.0Compare Source
New
usagefield toRunObjectin #195 by @turingbuilderEditsandFineTuneswhich were deprecated and are now fully removed from spec and official documentation. Correspondingexamplesare also deleted. Hence the minor version bumpThank you contributors
v0.18.3: v0.18.3Compare Source
New
languagefield in create transcription request #188 by @TaoaozwThank you Contributors
v0.18.2: v0.18.2Compare Source
New
Thank you Contributors
v0.18.1: v0.18.1Compare Source
New
ModifyAssistantRequestin #174 by @CakeCrusherexperimentsbranch) #178 by @ifsheldonThank you Contributors
v0.18.0: v0.18.0Compare Source
New
rustls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]by @xutianyi1999 #168queryparameter #172Thank you Contributors
v0.17.1: v0.17.1Compare Source
New
Thank you Contributors
v0.17.0: v0.17.0Compare Source
Overview
This release introduces breaking change for file input (from filesystem or in-memory) but is backward compatible, hence bumping the minor version.
New
Experimental WASM support
@ifsheldon's great effort has added WASM support, it lives in experiments branch. To use it please pin directly to git sha in your Cargo.toml. Any discussion, issues, related to WASM are welcome in #102 . Any WASM related PRs are welcome in
experimentsbranch.New Examples
Thank you contributors
While OpenAI was going through unprecedented times, these people were shipping! so in OpenAI style:
❤️ 💙 💛 💚 ❤️ 💙 💛
@ifsheldon
@Strange-Knoll
@frankfralick
@Prosammer
❤️ 💙 💛 💚 ❤️ 💙 💛
v0.16.3: v0.16.3Compare Source
New
Thank you
v0.16.2: v0.16.2Compare Source
New
expires_atneeds to be Optional inRunObject#141system_fingerprintfield toCreateChatCompletionStreamResponse; updates to few doc comments #142New Contributors
v0.16.1: v0.16.1Compare Source
New
pubmodifiers from couple ofstructfields #139 #137v0.16.0: v0.16.0Compare Source
New
Notes about this release:
examples/*are tested.Thank you
Many thanks to contributor @m1guelpf
v0.15.0: v0.15.0Compare Source
New
secrecycrate to storeapi_key : Secret<String>in configs #114 by @ironman5366Copyfor enums:ImageSize,ResponseFormat,TextModerationModel,Role, andAudioResponseFormat#117 by @m1guelpfClient#123 by @Czechhfinish_reasonto match latest spec for chat completions API #111 by @retrageChatCompletionFunctionCallenum for better DX #118 by @m1guelpfUpdates from latest upstream spec 2.0.0
Chat & Completion:
FinishReason&CompletionFinishReasonforfinish_reasoninstead ofStringUsagetoCompletionUsageEmbeddings:
encoding_formatinCreateEmbeddingRequestFiles:
status_detailfield type inOpenAIFilefrom object toStringImages:
ImageDatatoImageto match specImageResponsetoImagesResponseto match specModerations:
Fine Tuning
Fine Tunes & Edit
EditandFineTunesto be deprecatedDoc comments
Thank you
Thank you to the contributors (@m1guelpf , @Czechh ) and first time (@ironman5366 , @retrage ) contributors! 🎉
Configuration
📅 Schedule: Branch creation - On day 1 of the month, every 3 months ( * * 1 */3 * ) (UTC), 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.