Skip to content

chore(deps): bump @ai-sdk/openai to 3.0.73 and ai to 6.0.208 in /agent-service#5816

Merged
aglinxinyuan merged 4 commits into
mainfrom
dependabot/bun/agent-service/ai-sdk/openai-3.0.73
Jun 20, 2026
Merged

chore(deps): bump @ai-sdk/openai to 3.0.73 and ai to 6.0.208 in /agent-service#5816
aglinxinyuan merged 4 commits into
mainfrom
dependabot/bun/agent-service/ai-sdk/openai-3.0.73

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/openai from 2.0.79 to 3.0.73.

Release notes

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

@​ai-sdk/openai@​3.0.73

Patch Changes

  • 1274c07: fix(provider/openai): send client-executed tool calls as full function_call items in the Responses API so they pair with their function_call_output by call_id
Changelog

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

3.0.73

Patch Changes

  • 1274c07: fix(provider/openai): send client-executed tool calls as full function_call items in the Responses API so they pair with their function_call_output by call_id

3.0.72

Patch Changes

  • Updated dependencies [779f5cd]
    • @​ai-sdk/provider-utils@​4.0.30

3.0.71

Patch Changes

  • Updated dependencies [bfa5864]
  • Updated dependencies [f42aa79]
    • @​ai-sdk/provider-utils@​4.0.29

3.0.70

Patch Changes

  • Updated dependencies [942f2f8]
    • @​ai-sdk/provider-utils@​4.0.28

3.0.69

Patch Changes

  • 9a55f6d: feat(openai): add namespaces for tool definitions

3.0.68

Patch Changes

  • c65c952: fix(openai): round-trip namespace on function_call input items

    When tool_search dispatches a deferred tool, the resulting function_call carries a namespace field identifying which deferred-tool group the model picked. [#14789](https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/14789) preserved this on the read side (providerMetadata.openai.namespace), but the write side still serialized function_call input items without namespace. Multi-step / multi-turn conversations then failed with Missing namespace for function_call '<name>'. ... Round-trip the model's function_call item with its namespace field included.

    convert-to-openai-responses-input.ts now reads namespace from providerOptions.openai.namespace (or providerMetadata.openai.namespace) on tool-call parts and includes it on the serialized function_call item, mirroring how itemId is round-tripped.

3.0.67

Patch Changes

  • c679fec: feat(provider/azure):web search tool in the Azure OpenAI Responses API.

... (truncated)

Commits
Maintainer changes

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


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 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 [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) from 2.0.79 to 3.0.73.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/openai@3.0.73/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@3.0.73/packages/openai)

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

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 Jun 19, 2026
@aglinxinyuan aglinxinyuan requested a review from Copilot June 20, 2026 00:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the agent-service’s OpenAI provider dependency to a newer major version, aligning the Agent Service’s runtime dependencies with the intended upstream package release.

Changes:

  • Bump @ai-sdk/openai in agent-service/package.json from 2.0.79 to 3.0.73.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread agent-service/package.json
@ai-sdk/openai@3 implements the v3 provider spec (LanguageModelV3), which
ai@5.0.108 (LanguageModelV2) cannot consume — tsc fails with
"Type 'LanguageModelV3' is not assignable to type 'LanguageModelV2'".
Bump ai 5.0.108 -> 6.0.208 so the whole AI SDK stack moves to the v3
provider line together.

Also regenerate bun.lock (the original bump left it pinned to 2.0.79, so
`bun install --frozen-lockfile` failed) and refresh agent-service/LICENSE-binary
to match the bundled versions. No source changes were needed; typecheck,
prettier, and all 93 unit tests pass.
@aglinxinyuan aglinxinyuan changed the title chore(deps): bump @ai-sdk/openai from 2.0.79 to 3.0.73 in /agent-service chore(deps): bump @ai-sdk/openai to 3.0.73 and ai to 6.0.208 in /agent-service Jun 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

👋 Thanks for opening this pull request, @dependabot[bot]!

It looks like the pull request description doesn't quite follow our template yet:

  • The What changes were proposed in this PR? section is missing; please keep the template's headings.
  • The How was this PR tested? section is missing; please keep the template's headings.
  • The Was this PR authored or co-authored using generative AI tooling? section is missing; please keep the template's headings.

Filling out the template helps reviewers understand and triage your contribution faster. Please edit the description to complete it. This message will disappear automatically once the template is followed.

You can find the template prompts by editing the description, or see CONTRIBUTING.md for the full contribution flow.

@codecov-commenter

codecov-commenter commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.39%. Comparing base (bd66953) to head (002c00e).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5816      +/-   ##
============================================
- Coverage     53.40%   53.39%   -0.01%     
+ Complexity     2694     2692       -2     
============================================
  Files          1099     1099              
  Lines         42541    42541              
  Branches       4577     4577              
============================================
- Hits          22719    22716       -3     
- Misses        18490    18493       +3     
  Partials       1332     1332              
Flag Coverage Δ *Carryforward flag
access-control-service 70.44% <ø> (ø) Carriedforward from 0e7f39c
agent-service 34.36% <ø> (ø)
amber 54.02% <ø> (-0.02%) ⬇️ Carriedforward from 0e7f39c
computing-unit-managing-service 1.65% <ø> (ø) Carriedforward from 0e7f39c
config-service 56.71% <ø> (ø) Carriedforward from 0e7f39c
file-service 57.06% <ø> (ø) Carriedforward from 0e7f39c
frontend 48.02% <ø> (ø) Carriedforward from 0e7f39c
pyamber 90.13% <ø> (ø) Carriedforward from 0e7f39c
python 90.80% <ø> (ø) Carriedforward from 0e7f39c
workflow-compiling-service 58.69% <ø> (ø) Carriedforward from 0e7f39c

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

….0.73

Resolve agent-service dep conflicts with prettier 3.8.4 (#5819) and
elysia 1.4.29 (#5820) landing on main: union the version bumps, regenerate
bun.lock, and reconcile LICENSE-binary (elysia@1.4.29 + eventsource-parser@3.1.0).
@aglinxinyuan aglinxinyuan added this pull request to the merge queue Jun 20, 2026
Merged via the queue into main with commit 0eb7baa Jun 20, 2026
16 checks passed
@aglinxinyuan aglinxinyuan deleted the dependabot/bun/agent-service/ai-sdk/openai-3.0.73 branch June 20, 2026 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-service 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.

3 participants