fix(deps): update dependency openai to v3.16.2 #62

Merged
renovate-bot merged 1 commit from renovate/openai-3.x into main 2026-09-19 02:04:20 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
openai ==3.14.1==3.16.2 age confidence

Release Notes

openai/openai-python (openai)

v3.16.2

Compare Source

Bug Fixes

v3.16.1

Compare Source

Bug Fixes
  • api: avoid loading unrelated API resources on first use (#​3898) (68e4317)

v3.16.0

Compare Source

Features
Chores

v3.15.0

Compare Source

Features
Bug Fixes
Chores
Documentation

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [openai](https://github.com/openai/openai-python) | `==3.14.1` → `==3.16.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/3.16.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/3.14.1/3.16.2?slim=true) | --- ### Release Notes <details> <summary>openai/openai-python (openai)</summary> ### [`v3.16.2`](https://github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#3162-2026-09-18) [Compare Source](https://github.com/openai/openai-python/compare/v3.16.1...v3.16.2) ##### Bug Fixes - **parsing:** drop TextFormatT parameterization in parse\_response to fix memory leak ([#&#8203;3084](https://github.com/openai/openai-python/issues/3084)) ([#&#8203;3088](https://github.com/openai/openai-python/issues/3088)) ([009b7f6](https://github.com/openai/openai-python/commit/009b7f6ae6493e1abfa7583449595f144c8beb5a)) ### [`v3.16.1`](https://github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#3161-2026-09-18) [Compare Source](https://github.com/openai/openai-python/compare/v3.16.0...v3.16.1) ##### Bug Fixes - **api:** avoid loading unrelated API resources on first use ([#&#8203;3898](https://github.com/openai/openai-python/issues/3898)) ([68e4317](https://github.com/openai/openai-python/commit/68e4317aa3df4b6e7a5ea3f75833bdd7d76e447d)) ### [`v3.16.0`](https://github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#3160-2026-09-18) [Compare Source](https://github.com/openai/openai-python/compare/v3.15.0...v3.16.0) ##### Features - **api:** add webhook endpoint management ([#&#8203;3892](https://github.com/openai/openai-python/issues/3892)) ([9a11f6e](https://github.com/openai/openai-python/commit/9a11f6e874292230633073fb64ea6202ad22a1df)) ##### Chores - **api:** deprecate MCP connector\_id ([#&#8203;3894](https://github.com/openai/openai-python/issues/3894)) ([1ccaf07](https://github.com/openai/openai-python/commit/1ccaf07fb9a4d1a2be9d97c77604ce75214a9940)) ### [`v3.15.0`](https://github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#3150-2026-09-18) [Compare Source](https://github.com/openai/openai-python/compare/v3.14.1...v3.15.0) ##### Features - **api:** add agent session model settings ([#&#8203;3882](https://github.com/openai/openai-python/issues/3882)) ([4b15817](https://github.com/openai/openai-python/commit/4b1581771ea97c870187f6ddfc3dbc87ff4fa443)) - **api:** add audio-mini model choices ([#&#8203;3886](https://github.com/openai/openai-python/issues/3886)) ([a6eeb3f](https://github.com/openai/openai-python/commit/a6eeb3f5a468ec576d2c911c19ce59c56ac46e43)) - **api:** add compaction progress events ([#&#8203;3866](https://github.com/openai/openai-python/issues/3866)) ([98e1d24](https://github.com/openai/openai-python/commit/98e1d24f4902ab58830adf0e2b6a729a5d5429b1)) - **api:** add managed Responses WebSocket sessions ([#&#8203;3887](https://github.com/openai/openai-python/issues/3887)) ([3b865af](https://github.com/openai/openai-python/commit/3b865af92e8dc65e14ab6d565304fe778bac1eef)) - **api:** add prompt-cache prewarming ([#&#8203;3888](https://github.com/openai/openai-python/issues/3888)) ([8f7cdb8](https://github.com/openai/openai-python/commit/8f7cdb80410434d29daed90895112a39936eb4fe)) ##### Bug Fixes - preserve chat stream moderation results ([#&#8203;3864](https://github.com/openai/openai-python/issues/3864)) ([b77076d](https://github.com/openai/openai-python/commit/b77076d23b6f3e34453b0fadd8cd2a001627e365)) ##### Chores - **api:** clarify incoming SIP call ID usage ([#&#8203;3885](https://github.com/openai/openai-python/issues/3885)) ([f0457ab](https://github.com/openai/openai-python/commit/f0457aba3403f83e91a369ab55e0e55d5f012372)) - **api:** update image request examples ([#&#8203;3889](https://github.com/openai/openai-python/issues/3889)) ([bb79676](https://github.com/openai/openai-python/commit/bb796764118004f8c9b0b0a46e07e5e55cfe34e4)) ##### Documentation - **realtime:** remove nonexistent type imports ([#&#8203;3869](https://github.com/openai/openai-python/issues/3869)) ([2971aaf](https://github.com/openai/openai-python/commit/2971aafce5c1966fc56efd00918b16314063284e)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC45Ny40IiwidXBkYXRlZEluVmVyIjoiNDQuOTcuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
fix(deps): update dependency openai to v3.16.2
All checks were successful
Continuous Integration / Build Package (push) Successful in 6s
Continuous Integration / Lint, Check & Test (push) Successful in 9s
88d6bcffff
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-09-19 02:02:55 +02:00
renovate-bot deleted branch renovate/openai-3.x 2026-09-19 02:04:20 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kfickel/hokusai!62
No description provided.