chore(deps): bump @ai-sdk/openai to 3.0.73 and ai to 6.0.208 in /agent-service#5816
Conversation
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>
There was a problem hiding this comment.
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/openaiinagent-service/package.jsonfrom2.0.79to3.0.73.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@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.
|
👋 Thanks for opening this pull request, @dependabot[bot]! It looks like the pull request description doesn't quite follow our template yet:
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 Report✅ All modified and coverable lines are covered by tests. 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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bumps @ai-sdk/openai from 2.0.79 to 3.0.73.
Release notes
Sourced from @ai-sdk/openai's releases.
Changelog
Sourced from @ai-sdk/openai's changelog.
... (truncated)
Commits
cc38fceVersion Packages (#16229)1274c07Backport: fix(openai): send client-executed tool calls as full function_call ...caebb44Version Packages (#16157)bae9babVersion Packages (#16026)9ef2c3cVersion Packages (#15998)f6e5881Version Packages (#15902)9a55f6dBackport: feat(openai): add namespaces for tool definitions (#15910)de852abVersion Packages (#15821)c65c952Backport: fix(openai): round-trip namespace on function_call input items (#15...7aca1fcbackport: chore: update TypeScript references and fix `pnpm update-references...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@ai-sdk/openaisince 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)