Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2025

Bumps openai from 1.107.0 to 2.5.0.

Release notes

Sourced from openai's releases.

v2.5.0

2.5.0 (2025-10-17)

Full Changelog: v2.4.0...v2.5.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (67f2f0a)

v2.4.0

2.4.0 (2025-10-16)

Full Changelog: v2.3.0...v2.4.0

Features

  • api: Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint (bdbe9b8)

Chores

  • fix dangling comment (da14e99)
  • internal: detect missing future annotations with ruff (2672b8f)

v2.3.0

2.3.0 (2025-10-10)

Full Changelog: v2.2.0...v2.3.0

Features

  • api: comparison filter in/not in (aa49f62)

Chores

  • package: bump jiter to >=0.10.0 to support Python 3.14 (#2618) (aa445ca)

v2.2.0

2.2.0 (2025-10-06)

Full Changelog: v2.1.0...v2.2.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

2.5.0 (2025-10-17)

Full Changelog: v2.4.0...v2.5.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (67f2f0a)

2.4.0 (2025-10-16)

Full Changelog: v2.3.0...v2.4.0

Features

  • api: Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint (bdbe9b8)

Chores

  • fix dangling comment (da14e99)
  • internal: detect missing future annotations with ruff (2672b8f)

2.3.0 (2025-10-10)

Full Changelog: v2.2.0...v2.3.0

Features

  • api: comparison filter in/not in (aa49f62)

Chores

  • package: bump jiter to >=0.10.0 to support Python 3.14 (#2618) (aa445ca)

2.2.0 (2025-10-06)

Full Changelog: v2.1.0...v2.2.0

Features

  • api: dev day 2025 launches (38ac009)

Bug Fixes

... (truncated)

Commits
  • 513ae76 release: 2.5.0 (#2694)
  • ebf3221 release: 2.4.0
  • e043d7b chore: fix dangling comment
  • 25cbb74 feat(api): Add support for gpt-4o-transcribe-diarize on audio/transcriptions ...
  • 8cdfd06 codegen metadata
  • d5c6443 codegen metadata
  • b20a9e7 chore(internal): detect missing future annotations with ruff
  • e5f93f5 release: 2.3.0
  • 0448788 feat(api): comparison filter in/not in
  • 85a91ad chore(package): bump jiter to >=0.10.0 to support Python 3.14 (#2618)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [openai](https://github.com/openai/openai-python) from 1.107.0 to 2.5.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@v1.107.0...v2.5.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2025

Labels

The following labels could not be found: type/dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the python Pull requests that update python code label Oct 18, 2025
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Oct 18, 2025
@franciscojavierarceo
Copy link
Collaborator

@github-actions run precommit

@github-actions
Copy link
Contributor

⏳ Running pre-commit hooks on PR #3847...

@franciscojavierarceo
Copy link
Collaborator

updating openai client is consequential so probably worth a manual test 😅

🤖 Applied by @github-actions bot via pre-commit workflow
@github-actions
Copy link
Contributor

✅ Pre-commit hooks completed successfully!

🔧 Changes have been committed and pushed to the PR branch.

@ashwinb
Copy link
Contributor

ashwinb commented Oct 20, 2025

yeah I just looked at it and definitely looks like we need to carefully test this.

@ashwinb
Copy link
Contributor

ashwinb commented Oct 22, 2025

Thank you dependabot. I hadn't seen we used openai._types and openai.types (including NOT_GIVEN) in our Conversations API stubs. That is not ideal AT ALL and not needed. I am fixing those things now.

@ashwinb ashwinb changed the title chore(python-deps): bump openai from 1.107.0 to 2.5.0 fix(conversations)!: update Conversations API definitions (was: bump openai from 1.107.0 to 2.5.0) Oct 22, 2025
@ashwinb
Copy link
Contributor

ashwinb commented Oct 22, 2025

Trunk seems to be broken re: the "test-external" failure. Will independently fix.

@ashwinb ashwinb merged commit 8885cea into main Oct 22, 2025
23 of 24 checks passed
@ashwinb ashwinb deleted the dependabot/uv/openai-2.5.0 branch October 22, 2025 19:32
leseb added a commit to leseb/llama-stack that referenced this pull request Oct 27, 2025
To match llamastack#3847
We must not update the lock manually, but always reflect the update in
the pyproject.toml. The lock is a state at build time.

Signed-off-by: Sébastien Han <[email protected]>
leseb added a commit to leseb/llama-stack that referenced this pull request Oct 27, 2025
To match llamastack#3847
We must not update the lock manually, but always reflect the update in
the pyproject.toml. The lock is a state at build time.

Signed-off-by: Sébastien Han <[email protected]>
leseb added a commit to leseb/llama-stack that referenced this pull request Oct 28, 2025
To match llamastack#3847
We must not update the lock manually, but always reflect the update in
the pyproject.toml. The lock is a state at build time.

Signed-off-by: Sébastien Han <[email protected]>
leseb added a commit that referenced this pull request Oct 28, 2025
# What does this PR do?

To match #3847 We must not
update the lock manually, but always reflect the update in the
pyproject.toml. The lock is a state at build time.

Signed-off-by: Sébastien Han <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants