Skip to content

Commit 4c79224

Browse files
fix(deps): update dependency openai to v1.61.1 (#296)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [openai](https://redirect.github.com/openai/openai-python) | `==1.61.0` -> `==1.61.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.61.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.61.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.61.0/1.61.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.61.0/1.61.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openai/openai-python (openai)</summary> ### [`v1.61.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1611-2025-02-05) Full Changelog: [v1.61.0...v1.61.1](https://redirect.github.com/openai/openai-python/compare/v1.61.0...v1.61.1) ##### Bug Fixes - **api/types:** correct audio duration & role types ([#&#8203;2091](https://redirect.github.com/openai/openai-python/issues/2091)) ([afcea48](https://redirect.github.com/openai/openai-python/commit/afcea4891ff85de165ccc2b5497ccf9a90520e9e)) - **cli/chat:** only send params when set ([#&#8203;2077](https://redirect.github.com/openai/openai-python/issues/2077)) ([688b223](https://redirect.github.com/openai/openai-python/commit/688b223d9a733d241d50e5d7df62f346592c537c)) ##### Chores - **internal:** bummp ruff dependency ([#&#8203;2080](https://redirect.github.com/openai/openai-python/issues/2080)) ([b7a80b1](https://redirect.github.com/openai/openai-python/commit/b7a80b1994ab86e81485b88531e4aea63b3da594)) - **internal:** change default timeout to an int ([#&#8203;2079](https://redirect.github.com/openai/openai-python/issues/2079)) ([d3df1c6](https://redirect.github.com/openai/openai-python/commit/d3df1c6ca090598701e38fd376a9796aadba88f1)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c53fb75 commit 4c79224

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">=3.12, <3.14"
88
dependencies = [
99
"backoff==2.2.1",
10-
"openai==1.61.0",
10+
"openai==1.61.1",
1111
"tiktoken<1.0.0,>=0.5.1",
1212
"tabulate>=0.9.0,<1.0.0",
1313
"codeowners<1.0.0,>=0.6.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)