Skip to content

chore(deps-dev): bump openai from 2.29.0 to 2.32.0#1620

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/openai-2.30.0
Open

chore(deps-dev): bump openai from 2.29.0 to 2.32.0#1620
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/openai-2.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Bumps openai from 2.29.0 to 2.32.0.

Release notes

Sourced from openai's releases.

v2.32.0

2.32.0 (2026-04-15)

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

2.31.0 (2026-04-08)

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

... (truncated)

Changelog

Sourced from openai's changelog.

2.32.0 (2026-04-15)

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

2.31.0 (2026-04-08)

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)

... (truncated)

Commits
  • e507a4e release: 2.32.0 (#3074)
  • 750354e release: 2.31.0
  • 5be9536 feat(client): add support for short-lived tokens (#1608)
  • f1fd4fa feat(client): support sending raw data over websockets
  • 73ea2f7 fix(client): preserve hardcoded query params when merging with user params
  • 454b257 feat(api): add web_search_call.results to ResponseIncludable type
  • de2c7b1 chore(tests): bump steady to v0.20.2
  • 6efca95 chore(tests): bump steady to v0.20.1
  • 2076d85 feat(api): add phase field to conversations message
  • c0c59af fix(types): remove web_search_call.results from ResponseIncludable
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 10, 2026
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — routine Dependabot minor version bump to uv.lock only.

Extended reasoning...

Overview

This PR updates the openai dev dependency from 2.29.0 to 2.30.0 in uv.lock. The only file changed is the lock file, with updated package version, URL, and hash entries.

Security risks

No security risks. The change is a Dependabot-generated lock file update for a dev dependency. Hashes are present and verified by uv.

Level of scrutiny

Minimal scrutiny required. This is a mechanical, auto-generated lock file bump for a minor version increment of a dev/test dependency (openai is used in integration tests against the OpenAI API, not in core library logic).

Other factors

No bugs were found by the automated bug hunting system. The upstream changelog shows only additive API surface changes and minor bug fixes — no breaking changes. The Dependabot compatibility score badge is present, indicating high compatibility.

@dependabot dependabot Bot force-pushed the dependabot/uv/openai-2.30.0 branch from 40fec1c to ff09a04 Compare April 22, 2026 05:56
Bumps [openai](https://github.com/openai/openai-python) from 2.29.0 to 2.32.0.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.29.0...v2.32.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump openai from 2.29.0 to 2.30.0 chore(deps-dev): bump openai from 2.29.0 to 2.32.0 Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/openai-2.30.0 branch from ff09a04 to 78d354c Compare April 28, 2026 05:59
@blacksmith-sh
Copy link
Copy Markdown

blacksmith-sh Bot commented Apr 28, 2026

Found 1 test failure on Blacksmith runners:

Failure

Test View Logs
TestMultiProjectSetup/test_cross_project_tracing View Logs

Fix in Cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants