Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps @ai-sdk/openai from 1.3.23 to 2.0.10.

Release notes

Sourced from @​ai-sdk/openai's releases.

@​ai-sdk/openai@​2.0.10

Patch Changes

  • a274b01: refactor(provider/openai): restructure files
  • b48e0ff: feat(provider/openai): add code interpreter tool (responses api)

@​ai-sdk/openai@​2.0.9

Patch Changes

  • 8f8a521: fix(providers): use convertToBase64 for Uint8Array image parts to produce valid data URLs; keep mediaType normalization and URL passthrough

@​ai-sdk/openai@​2.0.8

Patch Changes

  • 57fb959: feat(openai): add verbosity parameter support for chat api
  • 2a3fbe6: allow minimal in reasoningEffort for openai chat

@​ai-sdk/openai@​2.0.7

Patch Changes

  • 4738f18: feat(openai): add flex processing support for gpt-5 models
  • 013d747: feat(openai): add verbosity parameter support for responses api
  • 35feee8: feat(openai): add priority processing support for gpt-5 models

@​ai-sdk/openai@​2.0.6

Patch Changes

  • ad2255f: chore(docs): added gpt 5 models + removed deprecated models
  • 64bcb66: feat(provider/openai): models ids on chat
  • 1d42ff2: feat(provider/openai): models ids

@​ai-sdk/openai@​2.0.5

Patch Changes

  • 6753a2e: feat(examples): add gpt-5 model examples and e2e tests
  • 6cba06a: feat (provider/openai): add reasoning model config

@​ai-sdk/openai@​2.0.4

Patch Changes

  • c9e0f52: Files from the OpenAI Files API are now supported, mirroring functionality of OpenAI Chat and Responses API, respectively. Also, the AI SDK supports URLs for PDFs in the responses API the same way it did for completions.

@​ai-sdk/openai@​1.3.24

Patch Changes

  • 5b20d4b: feat (provider/openai): gpt 5 support
Commits
  • b206ea1 Version Packages (#7961)
  • 63a5dc5 fix(ai): convert user message text/file part provider metadata in convertToMo...
  • a274b01 refactor(provider/openai): restructure files (#7967)
  • 029cf11 chore(docs): fix cookbook toolcall typing issue (#7965)
  • 422f421 chore(docs): remove deprecated o1-mini & o1-preview models, update examples t...
  • b48e0ff feat(provider/openai): add code interpreter tool (responses api) (#7952)
  • c2871e6 fix(provider/amazon-bedrock): resolve opus 4.1 reasoning mode validation erro...
  • 82ed6c2 docs: document hasToolCall and stepCountIs (#7959)
  • 72b6809 docs(providers/openai): remove older openai model variants (#7955)
  • 0c0443c Version Packages (#7945)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2025 07:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 12, 2025
@mongodb-devtools-bot mongodb-devtools-bot bot enabled auto-merge (squash) August 12, 2025 07:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2025

A newer version of @​ai-sdk/openai exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@blva
Copy link
Collaborator

blva commented Aug 27, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-2.0.10 branch from 1444aea to 192638a Compare August 27, 2025 17:04
Bumps [@ai-sdk/openai](https://github.com/vercel/ai) from 1.3.23 to 2.0.10.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/[email protected]...@ai-sdk/[email protected])

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-2.0.10 branch from 192638a to 11b2dc6 Compare August 28, 2025 13:43
@nirinchev nirinchev closed this Aug 28, 2025
auto-merge was automatically disabled August 28, 2025 14:28

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ai-sdk/openai-2.0.10 branch August 28, 2025 14:28
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants