Skip to content

Update dependency openai to v2.37.0#83

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/openai-2.x
Open

Update dependency openai to v2.37.0#83
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/openai-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 5, 2026

This PR contains the following updates:

Package Change Age Confidence
openai ==2.16.0==2.37.0 age confidence

Release Notes

openai/openai-python (openai)

v2.37.0

Compare Source

Full Changelog: v2.36.0...v2.37.0

Features
  • api: add service_tier parameter to responses compact method (625827c)
  • internal/types: support eagerly validating pydantic iterators (7e527bc)
  • Remove unnecessary client_id when using workload identity provider for auth (c39ea8d)
Bug Fixes
  • client: add missing f-string prefix in file type error message (c85ebd9)

v2.36.0

Compare Source

Full Changelog: v2.35.1...v2.36.0

Features

v2.35.1

Compare Source

Full Changelog: v2.35.1...v2.36.0

Features

v2.35.0

Compare Source

Full Changelog: v2.35.0...v2.35.1

Bug Fixes
  • api: fix imagegen size enum regression (4484653)

v2.34.0

Compare Source

Full Changelog: v2.34.0...v2.35.0

Features
Chores
  • remove legacy python cli (32f36e4)
  • rename legacy python cli entrypoint (a3b182d)
Documentation
  • api: update top_logprobs parameter description across chat and responses (f9d339f)

v2.33.0

Compare Source

Full Changelog: v2.32.0...v2.33.0

Features
Bug Fixes
  • api: correct prompt_cache_retention enum value from in-memory to in_memory (#​1822) (f9d2d13)
Chores
  • ci: remove release-doctor workflow (00b2091)

v2.32.0

Compare Source

Full Changelog: v2.31.0...v2.32.0

Features
  • api: Add detail to InputFileContent (60de21d)
  • api: add OAuthErrorCode type (0c8d2c3)
  • client: add event handler implementation for websockets (0280d05)
  • client: allow enqueuing to websockets even when not connected (67aa20e)
  • client: support reconnection in websockets (eb72a95)
Bug Fixes
  • ensure file data are only sent as 1 parameter (c0c2ecd)
Documentation

v2.31.0

Compare Source

Full Changelog: v2.30.0...v2.31.0

Features
  • api: add phase field to conversations message (3e5834e)
  • api: add web_search_call.results to ResponseIncludable type (ffd8741)
  • client: add support for short-lived tokens (#​1608) (22fe722)
  • client: support sending raw data over websockets (f1bc52e)
  • internal: implement indices array format for query and form serialization (49194cf)
Bug Fixes
  • client: preserve hardcoded query params when merging with user params (92e109c)
  • types: remove web_search_call.results from ResponseIncludable (d3cc401)
Chores
  • tests: bump steady to v0.20.1 (d60e2ee)
  • tests: bump steady to v0.20.2 (6508d47)
Documentation
  • api: update file parameter descriptions in vector_stores files and file_batches (a9e7ebd)

v2.30.0

Compare Source

Full Changelog: v2.29.0...v2.30.0

Features
  • api: add keys field to Click/DoubleClick/Drag/Move/Scroll computer actions (ee1bbed)
Bug Fixes
  • api: align SDK response types with expanded item schemas (f3f258a)
  • sanitize endpoint path params (89f6698)
  • types: make type required in ResponseInputMessageItem (cfdb167)
Chores
  • ci: skip lint on metadata-only changes (faa93e1)
  • internal: update gitignore (c468477)
  • tests: bump steady to v0.19.4 (f350af8)
  • tests: bump steady to v0.19.5 (5c03401)
  • tests: bump steady to v0.19.6 (b6353b8)
  • tests: bump steady to v0.19.7 (1d654be)
Refactors
  • tests: switch from prism to steady (4a82035)

v2.29.0

Compare Source

Full Changelog: v2.28.0...v2.29.0

Features
  • api: 5.4 nano and mini model slugs (3b45666)
  • api: add /v1/videos endpoint to batches create method (c0e7a16)
  • api: add defer_loading field to ToolFunction (3167595)
  • api: add in and nin operators to ComparisonFilter type (664f02b)
Bug Fixes
  • deps: bump minimum typing-extensions version (a2fb2ca)
  • pydantic: do not pass by_alias unless set (8ebe8fb)
Chores
  • internal: tweak CI branches (96ccc3c)

v2.28.0

Compare Source

Full Changelog: v2.27.0...v2.28.0

Features

v2.27.0

Compare Source

Full Changelog: v2.27.0...v2.28.0

Features

v2.26.0

Compare Source

Full Changelog: v2.25.0...v2.26.0

Features
  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (78f5b3c)

v2.25.0

Compare Source

Full Changelog: v2.25.0...v2.26.0

Features
  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (78f5b3c)

v2.24.0

Compare Source

Full Changelog: v2.23.0...v2.24.0

Features
Bug Fixes
Chores
  • internal: make test_proxy_environment_variables more resilient to env (65af8fd)
  • internal: refactor sse event parsing (2344600)

v2.23.0

Compare Source

Full Changelog: v2.23.0...v2.24.0

Features
Bug Fixes
Chores
  • internal: make test_proxy_environment_variables more resilient to env (65af8fd)
  • internal: refactor sse event parsing (2344600)

v2.22.0

Compare Source

Full Changelog: v2.22.0...v2.23.0

Features
  • api: add gpt-realtime-1.5 and gpt-audio-1.5 model options to realtime calls (3300b61)
Chores
  • internal: make test_proxy_environment_variables more resilient (6b441e2)

v2.21.0

Compare Source

Full Changelog: v2.20.0...v2.21.0

Features
  • api: container network_policy and skills (d19de2e)
Bug Fixes
  • structured outputs: resolve memory leak in parse methods (#​2860) (6dcbe21)
  • webhooks: preserve method visibility for compatibility checks (44a8936)
Chores
  • internal: fix lint error on Python 3.14 (534f215)
Documentation
  • split api.md by standalone resources (96e41b3)
  • update comment (63def23)

v2.20.0

Compare Source

Full Changelog: v2.19.0...v2.20.0

Features
  • api: support for images in batch api (28edb6e)

v2.19.0

Compare Source

Full Changelog: v2.18.0...v2.19.0

Features
  • api: skills and hosted shell (27fdf68)
Chores
  • internal: bump dependencies (fae10fd)

v2.18.0

Compare Source

Full Changelog: v2.17.0...v2.18.0

Features
  • api: add context_management to responses (137e992)
  • api: responses context_management (c3bd017)

v2.17.0

Compare Source

Full Changelog: v2.16.0...v2.17.0

Features
  • api: add shell_call_output status field (1bbaf88)
  • api: image generation actions for responses; ResponseFunctionCallArgumentsDoneEvent.name (7d96513)
  • client: add custom JSON encoder for extended type support (9f43c8b)
Bug Fixes
  • client: undo change to web search Find action (8f14eb0)
  • client: update type for find_in_page action (ec54dde)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency openai to v2.17.0 Update dependency openai to v2.18.0 Feb 9, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from 33dc058 to c29886d Compare February 9, 2026 22:08
@renovate renovate Bot changed the title Update dependency openai to v2.18.0 Update dependency openai to v2.20.0 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch 2 times, most recently from 6584a56 to abb48bf Compare February 14, 2026 01:13
@renovate renovate Bot changed the title Update dependency openai to v2.20.0 Update dependency openai to v2.21.0 Feb 14, 2026
@renovate renovate Bot changed the title Update dependency openai to v2.21.0 Update dependency openai to v2.22.0 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch 2 times, most recently from a05a86b to d87bcd7 Compare February 24, 2026 08:50
@renovate renovate Bot changed the title Update dependency openai to v2.22.0 Update dependency openai to v2.23.0 Feb 24, 2026
@renovate renovate Bot changed the title Update dependency openai to v2.23.0 Update dependency openai to v2.24.0 Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from d87bcd7 to 30fd040 Compare February 24, 2026 22:37
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from 30fd040 to c5b2e98 Compare March 5, 2026 22:34
@renovate renovate Bot changed the title Update dependency openai to v2.24.0 Update dependency openai to v2.25.0 Mar 5, 2026
@renovate renovate Bot changed the title Update dependency openai to v2.25.0 Update dependency openai to v2.26.0 Mar 6, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from c5b2e98 to cc3b886 Compare March 6, 2026 01:06
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from cc3b886 to 03f5277 Compare March 13, 2026 20:53
@renovate renovate Bot changed the title Update dependency openai to v2.26.0 Update dependency openai to v2.28.0 Mar 13, 2026
@renovate renovate Bot changed the title Update dependency openai to v2.28.0 Update dependency openai to v2.29.0 Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from 03f5277 to b2a6963 Compare March 17, 2026 20:53
@renovate renovate Bot changed the title Update dependency openai to v2.29.0 Update dependency openai to v2.30.0 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from b2a6963 to b0987dd Compare March 26, 2026 01:28
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from b0987dd to be9ac3c Compare April 8, 2026 23:18
@renovate renovate Bot changed the title Update dependency openai to v2.30.0 Update dependency openai to v2.31.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from be9ac3c to 99f9a97 Compare April 16, 2026 10:12
@renovate renovate Bot changed the title Update dependency openai to v2.31.0 Update dependency openai to v2.32.0 Apr 16, 2026
@renovate renovate Bot changed the title Update dependency openai to v2.32.0 Update dependency openai to v2.33.0 Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from 99f9a97 to 6243a1a Compare April 28, 2026 14:47
@renovate renovate Bot changed the title Update dependency openai to v2.33.0 Update dependency openai to v2.34.0 May 4, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from 6243a1a to e22ccff Compare May 4, 2026 19:32
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from e22ccff to ded2fba Compare May 6, 2026 18:36
@renovate renovate Bot changed the title Update dependency openai to v2.34.0 Update dependency openai to v2.35.0 May 6, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from ded2fba to 9f42c4c Compare May 7, 2026 00:30
@renovate renovate Bot changed the title Update dependency openai to v2.35.0 Update dependency openai to v2.35.1 May 7, 2026
@renovate renovate Bot changed the title Update dependency openai to v2.35.1 Update dependency openai to v2.36.0 May 7, 2026
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from 9f42c4c to 46d4b85 Compare May 7, 2026 20:48
@renovate renovate Bot force-pushed the renovate/openai-2.x branch from 46d4b85 to c2d6352 Compare May 16, 2026 01:42
@renovate renovate Bot changed the title Update dependency openai to v2.36.0 Update dependency openai to v2.37.0 May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants