Skip to content

Commit 4b63d18

Browse files
fix(deps): update dependency openai to v1.61.0 (#7)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [openai](https://redirect.github.com/openai/openai-python) | `==1.59.9` -> `==1.61.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.59.9/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.59.9/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openai/openai-python (openai)</summary> ### [`v1.61.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1610-2025-01-31) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.60.2...v1.61.0) Full Changelog: [v1.60.2...v1.61.0](https://redirect.github.com/openai/openai-python/compare/v1.60.2...v1.61.0) ##### Features - **api:** add o3-mini ([#&#8203;2067](https://redirect.github.com/openai/openai-python/issues/2067)) ([12b87a4](https://redirect.github.com/openai/openai-python/commit/12b87a4a1e6cb071a6b063d089585dec56a5d534)) ##### Bug Fixes - **types:** correct metadata type + other fixes ([12b87a4](https://redirect.github.com/openai/openai-python/commit/12b87a4a1e6cb071a6b063d089585dec56a5d534)) ##### Chores - **helpers:** section links ([ef8d3cc](https://redirect.github.com/openai/openai-python/commit/ef8d3cce40022d3482d341455be604e5f1afbd70)) - **types:** fix Metadata types ([82d3156](https://redirect.github.com/openai/openai-python/commit/82d3156e74ed2f95edd10cd7ebea53d2b5562794)) - update api.md ([#&#8203;2063](https://redirect.github.com/openai/openai-python/issues/2063)) ([21964f0](https://redirect.github.com/openai/openai-python/commit/21964f00fb104011c4c357544114702052b74548)) ##### Documentation - **readme:** current section links ([#&#8203;2055](https://redirect.github.com/openai/openai-python/issues/2055)) ([ef8d3cc](https://redirect.github.com/openai/openai-python/commit/ef8d3cce40022d3482d341455be604e5f1afbd70)) ### [`v1.60.2`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1602-2025-01-27) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.60.1...v1.60.2) Full Changelog: [v1.60.1...v1.60.2](https://redirect.github.com/openai/openai-python/compare/v1.60.1...v1.60.2) ##### Bug Fixes - **parsing:** don't validate input tools in the asynchronous `.parse()` method ([6fcfe73](https://redirect.github.com/openai/openai-python/commit/6fcfe73cd335853c7dd2cd3151a0d5d1785cfc9c)) ### [`v1.60.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1601-2025-01-24) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.60.0...v1.60.1) Full Changelog: [v1.60.0...v1.60.1](https://redirect.github.com/openai/openai-python/compare/v1.60.0...v1.60.1) ##### Chores - **internal:** minor formatting changes ([#&#8203;2050](https://redirect.github.com/openai/openai-python/issues/2050)) ([9c44192](https://redirect.github.com/openai/openai-python/commit/9c44192be5776d9252d36dc027a33c60b33d81b2)) ##### Documentation - **examples/azure:** add async snippet ([#&#8203;1787](https://redirect.github.com/openai/openai-python/issues/1787)) ([f60eda1](https://redirect.github.com/openai/openai-python/commit/f60eda1c1e8caf0ec2274b18b3fb2252304196db)) ### [`v1.60.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1600-2025-01-22) [Compare Source](https://redirect.github.com/openai/openai-python/compare/v1.59.9...v1.60.0) Full Changelog: [v1.59.9...v1.60.0](https://redirect.github.com/openai/openai-python/compare/v1.59.9...v1.60.0) ##### Features - **api:** update enum values, comments, and examples ([#&#8203;2045](https://redirect.github.com/openai/openai-python/issues/2045)) ([e8205fd](https://redirect.github.com/openai/openai-python/commit/e8205fd58f0d677f476c577a8d9afb90f5710506)) ##### Chores - **internal:** minor style changes ([#&#8203;2043](https://redirect.github.com/openai/openai-python/issues/2043)) ([89a9dd8](https://redirect.github.com/openai/openai-python/commit/89a9dd821eaf5300ad11b0270b61fdfa4fd6e9b6)) ##### Documentation - **readme:** mention failed requests in request IDs ([5f7c30b](https://redirect.github.com/openai/openai-python/commit/5f7c30bc006ffb666c324011a68aae357cb33e35)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74f0fa6 commit 4b63d18

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.59.9",
10+
"openai==1.61.0",
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)