Skip to content

Bump @ai-sdk/provider-utils, @ai-sdk/openai and ai - #11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-f8397149f3
Open

Bump @ai-sdk/provider-utils, @ai-sdk/openai and ai#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-f8397149f3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown

Bumps @ai-sdk/provider-utils to 5.0.36 and updates ancestor dependencies @ai-sdk/provider-utils, @ai-sdk/openai and ai. These dependencies need to be updated together.

Updates @ai-sdk/provider-utils from 2.2.6 to 5.0.36

Release notes

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

@​ai-sdk/svelte@​4.0.277

Patch Changes

  • ai@6.0.277

@​ai-sdk/svelte@​4.0.276

Patch Changes

  • Updated dependencies [760ac87]
  • Updated dependencies [5e43974]
    • ai@6.0.276

@​ai-sdk/amazon-bedrock@​4.0.172

Patch Changes

  • Updated dependencies [7f3b8f0]
    • @​ai-sdk/openai@​3.0.109

@​ai-sdk/amazon-bedrock@​4.0.171

Patch Changes

  • 0465c7e: fix(amazon-bedrock): return generated text from citation content blocks
  • Updated dependencies [019eec8]
    • @​ai-sdk/openai@​3.0.108

@​ai-sdk/react@​4.0.96

Patch Changes

  • Updated dependencies [33ba8fd]
  • Updated dependencies [df6c009]
  • Updated dependencies [6ee74a3]
  • Updated dependencies [f13d371]
  • Updated dependencies [d4485fe]
  • Updated dependencies [4f201cc]
  • Updated dependencies [8cdb2a7]
  • Updated dependencies [3da84fd]
  • Updated dependencies [0f2281e]
  • Updated dependencies [fc8e8ac]
  • Updated dependencies [ee8391e]
    • @​ai-sdk/mcp@​2.0.45
    • ai@7.0.93

@​ai-sdk/react@​4.0.95

Patch Changes

  • d1904d3: fix(ai): surface fallback errors for empty HTTP response bodies
  • Updated dependencies [a51cc94]
  • Updated dependencies [809e922]
  • Updated dependencies [d1904d3]
  • Updated dependencies [84e5a79]

... (truncated)

Changelog

Sourced from @​ai-sdk/provider-utils's changelog.

5.0.36

Patch Changes

5.0.35

Patch Changes

  • 5190b67: feat(provider): extend the FilesV4 interface with optional getFileMetadata, downloadFile (streaming), and deleteFile operations, plus abortSignal/headers call options and a { type: 'stream' } upload data variant; upload results now expose byteSize, createdAt, and expiresAt (also surfaced by the core uploadFile() helper, which now forwards abortSignal/headers); add postMultipartStreamToApi (streaming multipart uploads with deterministic part ordering and failure-path stream teardown), deleteFromApi, and createBinaryStreamResponseHandler to provider-utils
  • Updated dependencies [5190b67]
    • @​ai-sdk/provider@​4.0.10

5.0.34

Patch Changes

  • Updated dependencies [aa45741]
    • @​ai-sdk/provider@​4.0.9

5.0.33

Patch Changes

  • 90192f1: Mark transient network errors that occur while reading successful response bodies as retryable.

5.0.32

Patch Changes

  • 3e125ba: Allow manual tool approval statuses to include a reason and preserve it across core, model, and UI approval requests. OPA requires-approval decisions now surface their reason to human approvers. UI request chunks serialize the optional reason, while UI messages retain it as approval.requestReason separately from an approver's response reason.

5.0.31

Patch Changes

  • a9782e1: fix: align batch result parsing, request counts, and lifecycle behavior across providers
  • 35841f5: feat: normalize mid-stream provider error events across supported providers into public StreamProviderError instances and preserve provider-owned type, code, status, retry, and raw payload metadata
  • d2f3353: Split OpenAI and Azure OpenAI embedding requests by a conservative UTF-8 byte budget derived from their aggregate token limit, in addition to input count limits.

5.0.30

Patch Changes

  • Updated dependencies [591d25b]

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/provider-utils since your current version.


Updates @ai-sdk/openai from 1.3.10 to 4.0.60

Release notes

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

@​ai-sdk/openai@​4.0.60

Patch Changes

  • 17e489e: feat(openai): add GPT-6 reasoning configuration updates

@​ai-sdk/openai@​4.0.59

Patch Changes

  • 4af00d1: feat(openai): add support for the gpt-6-astra
  • abb9ebf: feat(openai): support gpt-4o-transcribe-diarize, including chunking and diarized speaker metadata

@​ai-sdk/openai@​3.0.109

Patch Changes

  • 7f3b8f0: feat(openai): add GPT-6 reasoning configuration updates

@​ai-sdk/openai@​3.0.108

Patch Changes

  • 019eec8: feat(openai): add support for the gpt-6-astra

@​ai-sdk/openai-compatible@​3.0.44

Patch Changes

  • e5a22f0: fix(openai-compatible): keep reasoning streams contiguous when deltas include empty tool call arrays

@​ai-sdk/openai@​2.0.125

Patch Changes

  • e0d0bd1: feat(openai): add GPT-6 reasoning configuration updates

@​ai-sdk/openai@​2.0.124

Patch Changes

  • 7bebd57: feat(openai): add support for the gpt-6-astra
Changelog

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

4.0.60

Patch Changes

  • 17e489e: feat(openai): add GPT-6 reasoning configuration updates

4.0.59

Patch Changes

  • 4af00d1: feat(openai): add support for the gpt-6-astra
  • abb9ebf: feat(openai): support gpt-4o-transcribe-diarize, including chunking and diarized speaker metadata

4.0.58

Patch Changes

  • b54e551: fix(openai): support documented Responses image generation options
  • 17d3436: feat(openai): add support for ultrafast service tier

4.0.57

Patch Changes

  • 048ce06: feat(batch): surface the uploaded input file on the batch start result (providerMetadata.<provider>.inputFileId / inputFileExpiresAt) and accept an inputFileExpiresAfter provider option on the OpenAI and xAI batch input file upload
  • 7243530: fix(openai): preserve complete Responses API raw usage objects

4.0.56

Patch Changes

  • Updated dependencies [6bcc0f8]
    • @​ai-sdk/provider-utils@​5.0.36

4.0.55

Patch Changes

  • 3fc40db: feat(openai): implement getFileMetadata, downloadFile (streaming), and deleteFile on the OpenAI files interface, support streaming uploads via { type: 'stream' } data, expose byteSize/createdAt/expiresAt on upload results, and thread abortSignal/headers through all file operations; blank and dot-segment file ids are rejected/encoded so they cannot retarget request paths
  • Updated dependencies [5190b67]
    • @​ai-sdk/provider@​4.0.10
    • @​ai-sdk/provider-utils@​5.0.35

4.0.54

Patch Changes

  • f6fac50: fix(openai): handle null usage in responses
  • e07b577: feat: add tool calling support to batch

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/openai since your current version.


Updates ai from 4.3.4 to 7.0.93

Release notes

Sourced from ai's releases.

ai@7.0.93

Patch Changes

  • df6c009: fix(ai): use new message ID when replacing a message in sendMessage
  • 6ee74a3: fix(ai): preserve tool part titles when validating UI messages
  • f13d371: fix(ai): preserve provider metadata when converting failed tool calls
  • d4485fe: feat(ai): support minItems and maxItems in array outputs
  • 4f201cc: chore(ai): formally include already supported onLanguageModelCallStart and onLanguageModelCallEnd in ToolLoopAgentSettings type
  • 8cdb2a7: fix(ai): decode text data URLs in Node.js
  • 0f2281e: fix(ai): reject embedding responses whose count does not match the input values
  • fc8e8ac: fix(ai): preserve image call diagnostics when no image is generated
  • ee8391e: fix(ai): support abort signals when the global AbortSignal is not a constructor
  • Updated dependencies [3cfc1fc]
    • @​ai-sdk/gateway@​4.0.75

ai@7.0.92

Patch Changes

  • a51cc94: fix(ai): preserve provider metadata from empty smooth stream deltas
  • d1904d3: fix(ai): surface fallback errors for empty HTTP response bodies
  • 84e5a79: fix(ai): skip smoothStream delays while the document is hidden
  • a8e8ad0: fix(ai): expose call ID and abort reason in streamText onAbort callbacks
  • Updated dependencies [a7e324b]
    • @​ai-sdk/gateway@​4.0.74

ai@6.0.277

Patch Changes

  • Updated dependencies [8839d87]
    • @​ai-sdk/gateway@​3.0.189

ai@6.0.276

Patch Changes

  • 760ac87: fix(ai): preserve provider metadata from empty smooth stream deltas
  • 5e43974: fix(ai): skip smoothStream delays while the document is hidden
  • Updated dependencies [13507cb]
  • Updated dependencies [7782fec]
  • Updated dependencies [978e084]
  • Updated dependencies [d0c255c]
    • @​ai-sdk/gateway@​3.0.188

ai@5.0.253

Patch Changes

  • 5643ec9: fix(ai): allow manual continuations to reuse JSON tool outputs with undefined object properties
  • Updated dependencies [b436246]
    • @​ai-sdk/gateway@​2.0.147

ai@5.0.252

... (truncated)

Changelog

Sourced from ai's changelog.

7.0.93

Patch Changes

  • df6c009: fix(ai): use new message ID when replacing a message in sendMessage
  • 6ee74a3: fix(ai): preserve tool part titles when validating UI messages
  • f13d371: fix(ai): preserve provider metadata when converting failed tool calls
  • d4485fe: feat(ai): support minItems and maxItems in array outputs
  • 4f201cc: chore(ai): formally include already supported onLanguageModelCallStart and onLanguageModelCallEnd in ToolLoopAgentSettings type
  • 8cdb2a7: fix(ai): decode text data URLs in Node.js
  • 0f2281e: fix(ai): reject embedding responses whose count does not match the input values
  • fc8e8ac: fix(ai): preserve image call diagnostics when no image is generated
  • ee8391e: fix(ai): support abort signals when the global AbortSignal is not a constructor
  • Updated dependencies [3cfc1fc]
    • @​ai-sdk/gateway@​4.0.75

7.0.92

Patch Changes

  • a51cc94: fix(ai): preserve provider metadata from empty smooth stream deltas
  • d1904d3: fix(ai): surface fallback errors for empty HTTP response bodies
  • 84e5a79: fix(ai): skip smoothStream delays while the document is hidden
  • a8e8ad0: fix(ai): expose call ID and abort reason in streamText onAbort callbacks
  • Updated dependencies [a7e324b]
    • @​ai-sdk/gateway@​4.0.74

7.0.91

Patch Changes

  • 802af1e: Add configurable recovery for provider errors received after streamText response streaming begins. Explicitly configuring streamRetries enables isolated retry attempts, including one bounded callback-directed recovery through StreamTextOnErrorRetryCallback with streamRetries: 0; recovered results and metadata reflect only the successful attempt, while the existing StreamTextOnErrorCallback contract and logging-only observer behavior remain compatible.
  • Updated dependencies [5484f27]
  • Updated dependencies [36eb7ee]
  • Updated dependencies [622fa7f]
    • @​ai-sdk/gateway@​4.0.73

7.0.90

Patch Changes

  • Updated dependencies [4d25a08]
  • Updated dependencies [6bcc0f8]
    • @​ai-sdk/gateway@​4.0.72
    • @​ai-sdk/provider-utils@​5.0.36

7.0.89

Patch Changes

... (truncated)

Commits
  • 6359fd5 Version Packages (#20288)
  • 6ee74a3 fix: tool-part titles disappearing during UI message validation (#20111)
  • df6c009 fix(ai): use new message ID when replacing a message in sendMessage (#20379)
  • 8cdb2a7 fix: decode valid text data URLs in Node.js (#20354)
  • 0f2281e fix: embedMany accepts provider responses with mismatched embedding counts (#...
  • fc8e8ac fix: NoImageGeneratedError discards per-call diagnostics for empty image resp...
  • f13d371 fix: Preserve namespaces when replaying failed tool calls from UI messages (#...
  • ee8391e fix: prevent valid abort signals from crashing WorkflowAgent in runtimes with...
  • 4f201cc chore(ai): formally include already supported onLanguageModelCallStart and ...
  • d4485fe feat: support minItems and maxItems constraints in Output.array() (#20270)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ai since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils) to 5.0.36 and updates ancestor dependencies [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils), [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai). These dependencies need to be updated together.


Updates `@ai-sdk/provider-utils` from 2.2.6 to 5.0.36
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/provider-utils/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider-utils@5.0.36/packages/provider-utils)

Updates `@ai-sdk/openai` from 1.3.10 to 4.0.60
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.60/packages/openai)

Updates `ai` from 4.3.4 to 7.0.93
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.93/packages/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/provider-utils"
  dependency-version: 5.0.36
  dependency-type: indirect
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.60
  dependency-type: direct:production
- dependency-name: ai
  dependency-version: 7.0.93
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
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.

0 participants