Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2025

This PR contains the following updates:

Package Change Age Confidence
openai ==1.99.5 -> ==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)

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 028902b to a53a289 Compare August 10, 2025 13:25
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.99.6 chore(deps): update dependency openai to v1.99.7 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from a53a289 to a00e5f2 Compare August 11, 2025 17:05
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.99.7 chore(deps): update dependency openai to v1.99.8 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from a00e5f2 to 88e6589 Compare August 11, 2025 20:37
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.99.8 chore(deps): update dependency openai to v1.99.9 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 354c035 to 3007936 Compare August 18, 2025 19:07
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.99.9 chore(deps): update dependency openai to v1.100.0 Aug 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.100.0 chore(deps): update dependency openai to v1.100.1 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 3007936 to ddb617f Compare August 18, 2025 22:40
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.100.1 chore(deps): update dependency openai to v1.100.2 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from ddb617f to fa4ea68 Compare August 19, 2025 18:06
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.100.2 chore(deps): update dependency openai to v1.101.0 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 5c76a2f to e8f1aad Compare August 23, 2025 17:08
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.101.0 chore(deps): update dependency openai to v1.102.0 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from e8f1aad to 042f065 Compare August 26, 2025 21:28
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.102.0 chore(deps): update dependency openai to v1.104.2 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from ae4078e to dec624b Compare September 3, 2025 17:42
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.104.2 chore(deps): update dependency openai to v1.105.0 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from dec624b to bb6f0f4 Compare September 4, 2025 14:39
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.105.0 chore(deps): update dependency openai to v1.106.0 Sep 4, 2025
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.106.0 chore(deps): update dependency openai to v1.106.1 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from bb6f0f4 to 2fb1673 Compare September 4, 2025 20:56
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.106.1 chore(deps): update dependency openai to v1.107.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 0ef60b7 to 14ff5c0 Compare September 10, 2025 17:13
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.107.0 chore(deps): update dependency openai to v1.107.1 Sep 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.107.1 chore(deps): update dependency openai to v1.107.2 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 14ff5c0 to 5c25559 Compare September 13, 2025 03:04
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.107.2 chore(deps): update dependency openai to v1.107.3 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 52d3648 to f9fc92e Compare September 18, 2025 00:50
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.107.3 chore(deps): update dependency openai to v1.108.0 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from f9fc92e to 97f401f Compare September 19, 2025 17:28
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.108.0 chore(deps): update dependency openai to v1.108.1 Sep 19, 2025
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.108.1 chore(deps): update dependency openai to v1.108.2 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 5a45579 to 359b7c4 Compare September 23, 2025 18:25
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.108.2 chore(deps): update dependency openai to v1.109.0 Sep 23, 2025
@renovate renovate bot changed the title chore(deps): update dependency openai to v1.109.0 chore(deps): update dependency openai to v1.109.1 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 359b7c4 to 338b951 Compare September 24, 2025 15:04
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