Skip to content

Bump openai from 2.34.0 to 2.38.0#343

Merged
redreceipt merged 1 commit into
mainfrom
dependabot/pip/openai-2.37.0
May 26, 2026
Merged

Bump openai from 2.34.0 to 2.38.0#343
redreceipt merged 1 commit into
mainfrom
dependabot/pip/openai-2.37.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps openai from 2.34.0 to 2.38.0.

Release notes

Sourced from openai's releases.

v2.38.0

2.38.0 (2026-05-21)

Full Changelog: v2.37.0...v2.38.0

Features

  • api: api update (33d1d01)
  • api: manual updates (a21700a)
  • api: update OpenAPI spec or Stainless config (00265c5)

Chores

  • api: docs updates (ee10152)
  • check release PR custom code sync (2638779)
  • remove release automation trigger (bd6eea5)
  • trigger release automation (f62d082)

v2.37.0

2.37.0 (2026-05-13)

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

2.36.0 (2026-05-07)

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

Features

v2.35.1

2.35.1 (2026-05-06)

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

... (truncated)

Changelog

Sourced from openai's changelog.

2.38.0 (2026-05-21)

Full Changelog: v2.37.0...v2.38.0

Features

  • api: api update (33d1d01)
  • api: manual updates (a21700a)
  • api: update OpenAPI spec or Stainless config (00265c5)

Chores

  • api: docs updates (ee10152)
  • check release PR custom code sync (2638779)
  • remove release automation trigger (bd6eea5)
  • trigger release automation (f62d082)

2.37.0 (2026-05-13)

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)

2.36.0 (2026-05-07)

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

Features

2.35.1 (2026-05-06)

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

Bug Fixes

  • api: fix imagegen size enum regression (4484653)

... (truncated)

Commits
  • e757667 release: 2.38.0
  • b85b647 feat(api): api update
  • d881c67 Revert "chore: check release PR custom code sync"
  • d4a3228 chore: check release PR custom code sync
  • 4888838 chore: remove release automation trigger
  • 74978f0 chore: trigger release automation
  • bab18af chore(api): docs updates
  • a6f899a feat(api): manual updates
  • 2897485 feat(api): update OpenAPI spec or Stainless config
  • a2f1d6c codegen metadata
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 20, 2026
@dependabot dependabot Bot requested a review from redreceipt as a code owner May 20, 2026 18:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 20, 2026
@redreceipt redreceipt temporarily deployed to bug-board-dependabot-pi-lmpuar May 20, 2026 18:53 Inactive
Copy link
Copy Markdown
Member

@redreceipt redreceipt left a comment

Choose a reason for hiding this comment

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

Safe minor bump (openai 2.34.0 → 2.37.0): adds service_tier param + bug fixes, backward compatible.


Generated by Claude Code

Copy link
Copy Markdown
Member

@redreceipt redreceipt left a comment

Choose a reason for hiding this comment

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

Minor bump (openai 2.34.0 → 2.37.0). CI green. Approving for auto-merge.


Generated by Claude Code

@dependabot dependabot Bot changed the title Bump openai from 2.34.0 to 2.37.0 Bump openai from 2.34.0 to 2.38.0 May 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/openai-2.37.0 branch from 7d0610c to 19b8d72 Compare May 23, 2026 13:08
Copy link
Copy Markdown
Member

Merge conflict from sibling Dependabot PRs

This PR (openai 2.34 → 2.37) hit a merge conflict against main after I merged #340/#341/#342/#344 in this same batch — the conflict is on pyproject.toml / uv.lock from the other bumps.

update-branch couldn't auto-resolve. Dependabot will recreate this PR with a fresh resolution against the new main HEAD (or push @dependabot rebase to force it now).

Risk

LOW. Minor bump (2.34 → 2.37) of the openai SDK.

Next

  • @dependabot recreate (or wait for Dependabot's nightly rebase)
  • Re-approve + merge once CI passes on the fresh head

Generated by Claude Code

Copy link
Copy Markdown
Member

@redreceipt redreceipt left a comment

Choose a reason for hiding this comment

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

Approving — openai 2.34.0 → 2.38.0 minor bump in requirements.txt. Single-line change. Changelog shows additive features (api updates, service_tier param, eager pydantic validation) and minor bugfixes — no breaking API changes on our usage surface.


Generated by Claude Code

@redreceipt redreceipt enabled auto-merge (squash) May 25, 2026 13:14
Copy link
Copy Markdown
Member

@dependabot recreate

update-branch won't help here (master already has the sibling openai bumps merged). Recreate to get a clean PR against the new HEAD, then we can land the openai 2.34 → 2.38 minor cleanly.

gunicorn-smoke was also failing on the stale head — likely environmental, will validate on the recreated PR.


Generated by Claude Code

Bumps [openai](https://github.com/openai/openai-python) from 2.34.0 to 2.38.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.34.0...v2.38.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/openai-2.37.0 branch from 19b8d72 to f95db63 Compare May 26, 2026 13:16
@redreceipt redreceipt temporarily deployed to bug-board-dependabot-pi-lmpuar May 26, 2026 13:17 Inactive
@redreceipt redreceipt merged commit 3e13d64 into main May 26, 2026
5 checks passed
@redreceipt redreceipt deleted the dependabot/pip/openai-2.37.0 branch May 26, 2026 13:17
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant