Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2025

This PR contains the following updates:

Package Change Age Confidence
openai ==1.93.0 -> ==1.109.1 age confidence

Release Notes

openai/openai-python (openai)

v1.109.1

Compare Source

Full Changelog: v1.109.1...v2.0.0

⚠ BREAKING CHANGES
  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.
Features
  • api: Support images and files for function call outputs in responses, BatchUsage (4105376)

v1.109.0

Compare Source

Full Changelog: v1.109.0...v1.109.1

Bug Fixes
  • compat: compat with pydantic&lt;2.8.0 when using additional fields (5d95ecf)

v1.108.2

Compare Source

Full Changelog: v1.108.2...v1.109.0

Features

v1.108.1

Compare Source

Full Changelog: v1.108.1...v1.108.2

Bug Fixes
Chores
  • api: openapi updates for conversations (3224f6f)
  • do not install brew dependencies in ./scripts/bootstrap by default (6764b00)
  • improve example values (20b58e1)

v1.108.0

Compare Source

Full Changelog: v1.108.0...v1.108.1

Features
  • api: add reasoning_text (18d8e12)
Chores
  • types: change optional parameter type from NotGiven to Omit (acc190a)

v1.107.3

Compare Source

Full Changelog: v1.107.3...v1.108.0

Features
  • api: type updates for conversations, reasoning_effort and results for evals (c2ee28c)
Chores
  • internal: update pydantic dependency (369d10a)

v1.107.2

Compare Source

Full Changelog: v1.107.2...v1.107.3

Chores
  • api: docs and spec refactoring (9bab5da)
  • tests: simplify get_platform test (0b1f6a2)

v1.107.1

Compare Source

Full Changelog: v1.107.1...v1.107.2

Chores
  • api: Minor docs and type updates for realtime (ab6a10d)
  • tests: simplify get_platform test (01f03e0)

v1.107.0

Compare Source

Full Changelog: v1.107.0...v1.107.1

Chores
  • api: fix realtime GA types (570fc5a)

v1.106.1

Compare Source

Full Changelog: v1.106.1...v1.107.0

Features
  • api: ship the RealtimeGA API shape (dc319d8)
Chores
  • internal: codegen related update (b79b7ca)

v1.106.0

Compare Source

Full Changelog: v1.106.0...v1.106.1

Chores
  • internal: move mypy configurations to pyproject.toml file (ca413a2)

v1.105.0

Compare Source

Full Changelog: v1.105.0...v1.106.0

Features

v1.104.2

Compare Source

Full Changelog: v1.104.2...v1.105.0

Features
  • api: Add gpt-realtime models (8502041)

v1.104.1

Compare Source

Full Changelog: v1.104.1...v1.104.2

Bug Fixes
  • types: add aliases back for web search tool types (2521cd8)

v1.104.0

Compare Source

Full Changelog: v1.104.0...v1.104.1

Chores
  • api: manual updates for ResponseInputAudio (0db5061)

v1.103.0

Compare Source

Full Changelog: v1.103.0...v1.104.0

Features
  • types: replace List[str] with SequenceNotStr in params (bc00bda)
Bug Fixes
  • types: update more types to use SequenceNotStr (cff135c)
  • types: update some types to SequenceNotStr (03f8b88)
Chores

v1.102.0

Compare Source

Full Changelog: v1.102.0...v1.103.0

Features
  • api: realtime API updates (b7c2ddc)
Bug Fixes
  • responses: add missing params to stream() method (bfc0673)
Chores
  • bump inline-snapshot version to 0.28.0 (#​2590) (a6b0872)
  • client: format imports (7ae3020)
  • internal: add Sequence related utils (d3d72b9)
  • internal: fix formatting (3ab273f)
  • internal: minor formatting change (478a348)
  • internal: update pyright exclude list (66e440f)

v1.101.0

Compare Source

Full Changelog: v1.101.0...v1.102.0

Features
  • api: add web search filters (1c199a8)
Bug Fixes
  • avoid newer type syntax (bd0c668)
Chores
  • internal: change ci workflow machines (3e129d5)
  • internal: codegen related update (b6dc170)

v1.100.2

Compare Source

Full Changelog: v1.100.2...v1.100.3

Chores
  • internal/ci: setup breaking change detection (ca2f936)

v1.100.1

Compare Source

Full Changelog: v1.100.1...v1.100.2

Chores
  • api: accurately represent shape for verbosity on Chat Completions (c39d5fd)

v1.100.0

Compare Source

Full Changelog: v1.100.0...v1.100.1

Bug Fixes
  • types: revert response text config deletion (ac4fb19)

v1.99.9

Compare Source

Full Changelog: v1.99.9...v1.100.0

Features
  • api: add new text parameters, expiration options (e3dfa7c)

v1.99.8

Compare Source

Full Changelog: v1.99.8...v1.99.9

Bug Fixes
  • types: actually fix ChatCompletionMessageToolCall type (20cb0c8)

v1.99.7

Compare Source

Full Changelog: v1.99.7...v1.99.8

Bug Fixes
  • internal/tests: correct snapshot update comment (2784a7a)
  • types: revert ChatCompletionMessageToolCallUnion breaking change (ba54e03)
Chores
  • internal/tests: add inline snapshot format command (8107db8)
  • internal: fix formatting (f03a03d)
  • tests: add responses output_text test (971347b)
Refactors
  • tests: share snapshot utils (791c567)

v1.99.6

Compare Source

Full Changelog: v1.99.6...v1.99.7

Bug Fixes
  • types: rename ChatCompletionMessageToolCallParam (48085e2)
  • types: revert ChatCompletionMessageToolCallParam to a TypedDict (c8e9cec)

v1.99.5

Compare Source

Full Changelog: v1.99.5...v1.99.6

Bug Fixes
  • types: re-export more tool call types (8fe5741)
Chores

v1.99.4

Compare Source

Full Changelog: v1.99.4...v1.99.5

Bug Fixes
  • client: fix verbosity parameter location in Responses (2764ff4)

v1.99.3

Compare Source

Full Changelog: v1.99.3...v1.99.4

Bug Fixes
  • types: rename chat completion tool (8d3bf88)
  • types: revert ChatCompletionToolParam to a TypedDict (3f4ae72)

v1.99.2

Compare Source

Full Changelog: v1.99.2...v1.99.3

Bug Fixes
  • responses: add output_text back (585a4f1)

v1.99.1

Compare Source

Full Changelog: v1.99.1...v1.99.2

Features
  • api: adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 (ed370d8)
Bug Fixes
  • types: correct tool types (0c57bd7)
Chores
  • tests: bump inline-snapshot dependency (e236fde)

v1.99.0

Compare Source

Full Changelog: v1.99.0...v1.99.1

Bug Fixes
  • internal: correct event imports (2a6d143)

v1.98.0

Compare Source

Full Changelog: v1.98.0...v1.99.0

Features
  • api: manual updates (d4aa726)
  • client: support file upload requests (0772e6e)
Bug Fixes
  • add missing prompt_cache_key & prompt_cache_key params (00b49ae)
Chores
  • internal: fix ruff target version (aa6b252)

v1.97.2

Compare Source

Full Changelog: v1.97.2...v1.98.0

Features

v1.97.1

Compare Source

Full Changelog: v1.97.1...v1.97.2

Chores
  • client: refactor streaming slightly to better future proof it (71c0c74)
  • project: add settings file for vscode (29c22c9)

v1.97.0

Compare Source

Full Changelog: v1.97.0...v1.97.1

Bug Fixes
  • parsing: ignore empty metadata (58c359f)
  • parsing: parse extra field types (d524b7e)
Chores
  • api: event shapes more accurate (f3a9a92)

v1.96.1

Compare Source

Full Changelog: v1.96.1...v1.97.0

Features

v1.96.0

Compare Source

Full Changelog: v1.96.0...v1.96.1

Chores
  • api: update realtime specs (b68b71b)

v1.95.1

Compare Source

Full Changelog: v1.95.1...v1.96.0

Features
  • clean up environment call outs (87c2e97)
Chores
  • api: update realtime specs, build config (bf06d88)

v1.95.0

Compare Source

Full Changelog: v1.95.0...v1.95.1

Bug Fixes
  • client: don't send Content-Type header on GET requests (182b763)

v1.94.0

Compare Source

Full Changelog: v1.94.0...v1.95.0

Features
  • api: add file_url, fix event ID (265e216)
Chores
  • readme: fix version rendering on pypi (1eee5ca)

v1.93.3

Compare Source

Full Changelog: v1.93.3...v1.94.0

Features
  • api: return better error message on missing embedding (#​2369) (e53464a)

v1.93.2

Compare Source

Full Changelog: v1.93.2...v1.93.3

Bug Fixes
  • parsing: correctly handle nested discriminated unions (fc8a677)

v1.93.1

Compare Source

Full Changelog: v1.93.1...v1.93.2

Chores
  • internal: bump pinned h11 dep (4fca6ae)
  • package: mark python 3.13 as supported (2229047)

Configuration

📅 Schedule: 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 force-pushed the renovate/openai-1.x branch from 361fa51 to 71b729e Compare July 22, 2025 15:51
@renovate renovate bot changed the title Update dependency openai to v1.97.0 Update dependency openai to v1.97.1 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 71b729e to baa785d Compare August 3, 2025 20:15
@renovate renovate bot changed the title Update dependency openai to v1.97.1 Update dependency openai to v1.98.0 Aug 3, 2025
@renovate renovate bot changed the title Update dependency openai to v1.98.0 Update dependency openai to v1.99.1 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from baa785d to 340c748 Compare August 6, 2025 08:12
@renovate renovate bot changed the title Update dependency openai to v1.99.1 Update dependency openai to v1.99.3 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 340c748 to 0437291 Compare August 8, 2025 07:02
@renovate renovate bot changed the title Update dependency openai to v1.99.3 Update dependency openai to v1.99.5 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 0437291 to 481189b Compare August 9, 2025 03:23
@renovate renovate bot changed the title Update dependency openai to v1.99.5 Update dependency openai to v1.99.6 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 481189b to f1d1034 Compare August 10, 2025 03:56
@renovate renovate bot changed the title Update dependency openai to v1.99.6 Update dependency openai to v1.99.8 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 8f5ebb5 to 239ab1f Compare August 15, 2025 15:48
@renovate renovate bot changed the title Update dependency openai to v1.99.8 Update dependency openai to v1.99.9 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 239ab1f to 5704a85 Compare August 23, 2025 11:28
@renovate renovate bot changed the title Update dependency openai to v1.99.9 Update dependency openai to v1.101.0 Aug 23, 2025
@renovate renovate bot changed the title Update dependency openai to v1.101.0 Update dependency openai to v1.102.0 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 5704a85 to bafd1af Compare September 1, 2025 09:57
@renovate renovate bot changed the title Update dependency openai to v1.102.0 Update dependency openai to v1.105.0 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 5de7d68 to 1e12d96 Compare September 5, 2025 00:10
@renovate renovate bot changed the title Update dependency openai to v1.105.0 Update dependency openai to v1.106.1 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 1e12d96 to 316d7e4 Compare September 9, 2025 15:50
@renovate renovate bot changed the title Update dependency openai to v1.106.1 Update dependency openai to v1.107.0 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 316d7e4 to c943924 Compare September 11, 2025 08:13
@renovate renovate bot changed the title Update dependency openai to v1.107.0 Update dependency openai to v1.107.1 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from c943924 to e3084dd Compare September 15, 2025 03:31
@renovate renovate bot changed the title Update dependency openai to v1.107.1 Update dependency openai to v1.107.2 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from e3084dd to 26a849d Compare September 17, 2025 20:04
@renovate renovate bot changed the title Update dependency openai to v1.107.2 Update dependency openai to v1.107.3 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 26a849d to eda612e Compare September 18, 2025 07:52
@renovate renovate bot changed the title Update dependency openai to v1.107.3 Update dependency openai to v1.108.0 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from eda612e to 007b9bf Compare September 20, 2025 03:54
@renovate renovate bot changed the title Update dependency openai to v1.108.0 Update dependency openai to v1.108.1 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 007b9bf to 79b940f Compare September 23, 2025 07:35
@renovate renovate bot changed the title Update dependency openai to v1.108.1 Update dependency openai to v1.108.2 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 79b940f to 6cf8dc0 Compare September 24, 2025 23:55
@renovate renovate bot changed the title Update dependency openai to v1.108.2 Update dependency openai to v1.109.1 Sep 24, 2025
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.

1 participant