-
Notifications
You must be signed in to change notification settings - Fork 62
fix(deps): update dependency openai to v1.63.1 #435
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
Merged
Merged
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files |
afbc858 to
3050726
Compare
1a70ceb to
103cb8d
Compare
103cb8d to
5c037a9
Compare
Contributor
|
🎉 This PR is included in version 0.20.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
rushilpatel0
pushed a commit
that referenced
this pull request
Feb 18, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [openai](https://redirect.github.com/openai/openai-python) | `==1.61.1` -> `==1.63.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openai/openai-python (openai)</summary> ### [`v1.63.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1631-2025-02-17) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.63.0...v1.63.1) Full Changelog: [v1.63.0...v1.63.1](https://redirect.github.com/openai/openai-python/compare/v1.63.0...v1.63.1) ##### Chores - **internal:** temporary commit ([#​2121](https://redirect.github.com/openai/openai-python/issues/2121)) ([f7f8361](https://redirect.github.com/openai/openai-python/commit/f7f83614c8da84c6725d60936f08f9f1a65f0a9e)) ### [`v1.63.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1630-2025-02-13) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.62.0...v1.63.0) Full Changelog: [v1.62.0...v1.63.0](https://redirect.github.com/openai/openai-python/compare/v1.62.0...v1.63.0) ##### Features - **api:** add support for storing chat completions ([#​2117](https://redirect.github.com/openai/openai-python/issues/2117)) ([2357a8f](https://redirect.github.com/openai/openai-python/commit/2357a8f97246a3fe17c6ac1fb0d7a67d6f1ffc1d)) ### [`v1.62.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1620-2025-02-12) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.61.1...v1.62.0) Full Changelog: [v1.61.1...v1.62.0](https://redirect.github.com/openai/openai-python/compare/v1.61.1...v1.62.0) ##### Features - **client:** send `X-Stainless-Read-Timeout` header ([#​2094](https://redirect.github.com/openai/openai-python/issues/2094)) ([0288213](https://redirect.github.com/openai/openai-python/commit/0288213fbfa935c9bf9d56416619ea929ae1cf63)) - **embeddings:** use stdlib array type for improved performance ([#​2060](https://redirect.github.com/openai/openai-python/issues/2060)) ([9a95db9](https://redirect.github.com/openai/openai-python/commit/9a95db9154ac98678970e7f1652a7cacfd2f7fdb)) - **pagination:** avoid fetching when has_more: false ([#​2098](https://redirect.github.com/openai/openai-python/issues/2098)) ([1882483](https://redirect.github.com/openai/openai-python/commit/18824832d3a676ae49206cd2b5e09d4796fdf033)) ##### Bug Fixes - **api:** add missing reasoning effort + model enums ([#​2096](https://redirect.github.com/openai/openai-python/issues/2096)) ([e0ca9f0](https://redirect.github.com/openai/openai-python/commit/e0ca9f0f6fae40230f8cab97573914ed632920b6)) - **parsing:** don't default to an empty array ([#​2106](https://redirect.github.com/openai/openai-python/issues/2106)) ([8e748bb](https://redirect.github.com/openai/openai-python/commit/8e748bb08d9c0d1f7e8a1af31452e25eb7154f55)) ##### Chores - **internal:** fix type traversing dictionary params ([#​2097](https://redirect.github.com/openai/openai-python/issues/2097)) ([4e5b368](https://redirect.github.com/openai/openai-python/commit/4e5b368bf576f38d0f125778edde74ed6d101d7d)) - **internal:** minor type handling changes ([#​2099](https://redirect.github.com/openai/openai-python/issues/2099)) ([a2c6da0](https://redirect.github.com/openai/openai-python/commit/a2c6da0fbc610ee80a2e044a0b20fc1cc2376962)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
==1.61.1->==1.63.1Release Notes
openai/openai-python (openai)
v1.63.1Compare Source
Full Changelog: v1.63.0...v1.63.1
Chores
v1.63.0Compare Source
Full Changelog: v1.62.0...v1.63.0
Features
v1.62.0Compare Source
Full Changelog: v1.61.1...v1.62.0
Features
X-Stainless-Read-Timeoutheader (#2094) (0288213)Bug Fixes
Chores
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.