Skip to content

Commit bede7f9

Browse files
fix(deps): update dependency openai to v1.68.2 (#937)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [openai](https://redirect.github.com/openai/openai-python) | `==1.68.0` -> `==1.68.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.68.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.68.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.68.0/1.68.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.68.0/1.68.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openai/openai-python (openai)</summary> ### [`v1.68.2`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1682-2025-03-21) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.68.1...v1.68.2) Full Changelog: [v1.68.1...v1.68.2](https://redirect.github.com/openai/openai-python/compare/v1.68.1...v1.68.2) ##### Refactors - **package:** rename audio extra to voice_helpers ([2dd6cb8](https://redirect.github.com/openai/openai-python/commit/2dd6cb87489fe12c5e45128f44d985c3f49aba1d)) ### [`v1.68.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1681-2025-03-21) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.68.0...v1.68.1) Full Changelog: [v1.68.0...v1.68.1](https://redirect.github.com/openai/openai-python/compare/v1.68.0...v1.68.1) ##### Bug Fixes - **client:** remove duplicate types ([#&#8203;2235](https://redirect.github.com/openai/openai-python/issues/2235)) ([063f7d0](https://redirect.github.com/openai/openai-python/commit/063f7d0684c350ca9d766e2cb150233a22a623c8)) - **helpers/audio:** remove duplicative module ([f253d04](https://redirect.github.com/openai/openai-python/commit/f253d0415145f2c4904ea2e7b389d31d94e45a54)) - **package:** make sounddevice and numpy optional dependencies ([8b04453](https://redirect.github.com/openai/openai-python/commit/8b04453f0483736c13f0209a9f8f3618bc0e86c9)) ##### Chores - **ci:** run workflows on next too ([67f89d4](https://redirect.github.com/openai/openai-python/commit/67f89d478aab780d1481c9bf6682c6633e431137)) </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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67beb1d commit bede7f9

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
# renovate: datasource=python-version depName=python
77
requires-python = ">=3.12, <3.14"
88
dependencies = [
9-
"openai==1.68.0",
9+
"openai==1.68.2",
1010
"tiktoken<1.0.0,>=0.5.1",
1111
"tabulate>=0.9.0,<1.0.0",
1212
"codeowners<1.0.0,>=0.6.0",

uv.lock

+4-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)