This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a commit to branch
gh-readonly-queue/main/pr-6707-3df1a73c5e0fd6fed8f4ea2f17ef8cc83f0a95e4
in repository https://gitbox.apache.org/repos/asf/texera.git
commit 139bd81175f2c15499b97f985306d50c931baa83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 18:26:16 2026 -0700
fix(deps, agent-service): bump the agent-service-patch group in
/agent-service with 3 updates (#6707)
Bumps the agent-service-patch group in /agent-service with 3 updates:
[@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai),
[ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) and
[prettier](https://github.com/prettier/prettier).
Updates `@ai-sdk/openai` from 4.0.13 to 4.0.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/releases">@ai-sdk/openai's
releases</a>.</em></p>
<blockquote>
<h2><code>@ai-sdk/openai</code><a
href="https://github.com/4"><code>@4</code></a>.0.17</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [02ffdcb]</li>
<li>Updated dependencies [76cb673]
<ul>
<li><code>@ai-sdk/provider-utils</code><a
href="https://github.com/5"><code>@5</code></a>.0.12</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md">@ai-sdk/openai's
changelog</a>.</em></p>
<blockquote>
<h2>4.0.17</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [02ffdcb]</li>
<li>Updated dependencies [76cb673]
<ul>
<li><code>@ai-sdk/provider-utils</code><a
href="https://github.com/5"><code>@5</code></a>.0.12</li>
</ul>
</li>
</ul>
<h2>4.0.16</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>75f86f4: fix(provider/openai, provider/open-responses): throw a
descriptive error when the Responses API returns a 200 with no
<code>output</code></p>
<p>A successful (200) Responses body missing the <code>output</code>
array previously threw an opaque <code>output is not iterable</code>
TypeError from <code>doGenerate</code>. Both providers now surface a
clear <code>APICallError</code> ("Responses API returned no output
…"), including the incomplete-details reason (and status, for
open-responses) when present. When the body includes a
<code>response.error</code>, its message is surfaced first so upstream
error details aren't masked by the generic fallback. This makes
malformed/incomplete upstream responses actionable instead of a cryptic
crash.</p>
</li>
<li>
<p>Updated dependencies [cd06458]</p>
<ul>
<li><code>@ai-sdk/provider-utils</code><a
href="https://github.com/5"><code>@5</code></a>.0.11</li>
</ul>
</li>
</ul>
<h2>4.0.15</h2>
<h3>Patch Changes</h3>
<ul>
<li>0063c2d: Add the client-executed OpenAI Responses API computer tool
with batched actions and screenshot outputs.</li>
</ul>
<h2>4.0.14</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [31c7be8]
<ul>
<li><code>@ai-sdk/provider-utils</code><a
href="https://github.com/5"><code>@5</code></a>.0.10</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/ai/commit/0319ff37bbff832e8e434f2d42716ae9edf5947d"><code>0319ff3</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/17553">#17553</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/9352ac14c281ee41dcbe30f6b89556acee2935cc"><code>9352ac1</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/17417">#17417</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/75f86f4f8d5064237a0aeaa6d6cb4321a99ac835"><code>75f86f4</code></a>
fix(provider/openai, provider/open-responses): guard Responses API
responses ...</li>
<li><a
href="https://github.com/vercel/ai/commit/b8241a6e5592066c0ee1772c32d3ef47d7d7595e"><code>b8241a6</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/17264">#17264</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/0063c2d351c81d700ad169957892d0ddd8a1c969"><code>0063c2d</code></a>
feat: add OpenAI Responses API computer tool support (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/17290">#17290</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/6976682b5718f36425521816e6a8c2df8c07faa9"><code>6976682</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/openai/issues/17196">#17196</a>)</li>
<li>See full diff in <a
href="https://github.com/vercel/ai/commits/@ai-sdk/[email protected]/packages/openai">compare
view</a></li>
</ul>
</details>
<br />
Updates `ai` from 7.0.26 to 7.0.33
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vercel/ai/releases">ai's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>76cb673: fix: detect MP4 audio from its ftyp box during
transcription</li>
<li>e808fa5: fix(ai): preserve tool parts when tool call IDs repeat
across steps</li>
<li>33647d7: Preserve provider options when combining consecutive tool
messages.</li>
<li>Updated dependencies [02ffdcb]</li>
<li>Updated dependencies [76cb673]
<ul>
<li><code>@ai-sdk/provider-utils</code><a
href="https://github.com/5"><code>@5</code></a>.0.12</li>
<li><code>@ai-sdk/gateway</code><a
href="https://github.com/4"><code>@4</code></a>.0.25</li>
</ul>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>6cd7c74: fix: correct the <code>onToolCall</code> callback result
documentation</li>
<li>e35bcae: Allow UI message chunks to include fields added by newer
server versions.</li>
<li>a4eb3f3: Propagate abort reasons when generation is cancelled during
tool execution.</li>
<li>Updated dependencies [cefa3b1]</li>
<li>Updated dependencies [8fbb89c]
<ul>
<li><code>@ai-sdk/gateway</code><a
href="https://github.com/4"><code>@4</code></a>.0.24</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md">ai's
changelog</a>.</em></p>
<blockquote>
<h2>7.0.33</h2>
<h3>Patch Changes</h3>
<ul>
<li>76cb673: fix: detect MP4 audio from its ftyp box during
transcription</li>
<li>e808fa5: fix(ai): preserve tool parts when tool call IDs repeat
across steps</li>
<li>33647d7: Preserve provider options when combining consecutive tool
messages.</li>
<li>Updated dependencies [02ffdcb]</li>
<li>Updated dependencies [76cb673]
<ul>
<li><code>@ai-sdk/provider-utils</code><a
href="https://github.com/5"><code>@5</code></a>.0.12</li>
<li><code>@ai-sdk/gateway</code><a
href="https://github.com/4"><code>@4</code></a>.0.25</li>
</ul>
</li>
</ul>
<h2>7.0.32</h2>
<h3>Patch Changes</h3>
<ul>
<li>6cd7c74: fix: correct the <code>onToolCall</code> callback result
documentation</li>
<li>e35bcae: Allow UI message chunks to include fields added by newer
server versions.</li>
<li>a4eb3f3: Propagate abort reasons when generation is cancelled during
tool execution.</li>
<li>Updated dependencies [cefa3b1]</li>
<li>Updated dependencies [8fbb89c]
<ul>
<li><code>@ai-sdk/gateway</code><a
href="https://github.com/4"><code>@4</code></a>.0.24</li>
</ul>
</li>
</ul>
<h2>7.0.31</h2>
<h3>Patch Changes</h3>
<ul>
<li>70f18c3: fix(ai): emit denied tool output state for client-rejected
approvals</li>
<li>cd06458: fix(ai): call <code>onInputStart</code> before
<code>onInputAvailable</code> during non-streaming tool calls</li>
<li>Updated dependencies [cd06458]
<ul>
<li><code>@ai-sdk/provider-utils</code><a
href="https://github.com/5"><code>@5</code></a>.0.11</li>
<li><code>@ai-sdk/gateway</code><a
href="https://github.com/4"><code>@4</code></a>.0.23</li>
</ul>
</li>
</ul>
<h2>7.0.30</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [341616a]</li>
<li>Updated dependencies [70fc45c]
<ul>
<li><code>@ai-sdk/gateway</code><a
href="https://github.com/4"><code>@4</code></a>.0.22</li>
</ul>
</li>
</ul>
<h2>7.0.29</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [7069785]</li>
<li>Updated dependencies [4bf9ac2]
<ul>
<li><code>@ai-sdk/gateway</code><a
href="https://github.com/4"><code>@4</code></a>.0.21</li>
</ul>
</li>
</ul>
<h2>7.0.28</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/ai/commit/0319ff37bbff832e8e434f2d42716ae9edf5947d"><code>0319ff3</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17553">#17553</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/e808fa5ec2e763b02562db0492d2d4ebc0365303"><code>e808fa5</code></a>
fix: preserve tool parts when tool call IDs repeat across steps (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17586">#17586</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/76cb673a171bc4a4a75262de725cd32caf83ffa7"><code>76cb673</code></a>
fix: detect M4A/MP4 audio correctly during transcription (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17378">#17378</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/7977f80228bb74d1fb44082dadd9b749608f1f67"><code>7977f80</code></a>
chore(ai): bump main bundle size limit to 650 KB (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17526">#17526</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/33647d7d294e6afdbb7c63afdde2f3543d02c4e6"><code>33647d7</code></a>
fix: preserve provider options across consecutive tool messages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17577">#17577</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/7120171806f3a795b045d368c27788ad6e407adb"><code>7120171</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17465">#17465</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/6cd7c74acf0d7ec84dd58a841fc0e20970d6f2e8"><code>6cd7c74</code></a>
fix: correct misleading <code>onToolCall</code> return-value
documentation (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17260">#17260</a>)</li>
<li><a
href="https://github.com/vercel/ai/commit/a4eb3f37f0ba73a8bd5793c1ce96be17678b54dc"><code>a4eb3f3</code></a>
fix: prevent generateText from returning partial results after
cancellation i...</li>
<li><a
href="https://github.com/vercel/ai/commit/e35bcae873fb45aa8156eb3a091ca4d53da6864c"><code>e35bcae</code></a>
fix: prevent newer fields on known UI message chunks from breaking older
clie...</li>
<li><a
href="https://github.com/vercel/ai/commit/9352ac14c281ee41dcbe30f6b89556acee2935cc"><code>9352ac1</code></a>
Version Packages (<a
href="https://github.com/vercel/ai/tree/HEAD/packages/ai/issues/17417">#17417</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/ai/commits/[email protected]/packages/ai">compare
view</a></li>
</ul>
</details>
<br />
Updates `prettier` from 3.9.5 to 3.9.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.9.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Preserve quotes for methods named <code>new</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/19621">prettier/prettier#19621</a>
by <a href="https://github.com/kovsu"><code>@kovsu</code></a>)</li>
<li>Support <code>import defer</code> in <code>typescript</code> parser
(<a
href="https://redirect.github.com/prettier/prettier/pull/19624">prettier/prettier#19624</a>,
<a
href="https://redirect.github.com/prettier/prettier/pull/19675">prettier/prettier#19675</a>
by <a href="https://github.com/fisker"><code>@fisker</code></a>)</li>
<li>Added a new official plugin <a
href="https://github.com/prettier/prettier/tree/3.9.6/packages/plugin-yuku"><code>@prettier/plugin-yuku</code>
🚀</a> (<a
href="https://redirect.github.com/prettier/prettier/pull/19628">prettier/prettier#19628</a>,
<a
href="https://redirect.github.com/prettier/prettier/pull/19629">prettier/prettier#19629</a>
by <a href="https://github.com/fisker"><code>@fisker</code></a>)</li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/3.9.6/CHANGELOG.md#396">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.9.6</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.9.5...3.9.6">diff</a></p>
<h4>TypeScript: Preserve quotes for methods named <code>new</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/19621">#19621</a>
by <a href="https://github.com/kovsu"><code>@kovsu</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="tsx"><code>// Input
interface Container {
"new"(id: string): number;
}
<p>// Prettier 3.9.5<br />
interface Container {<br />
new(id: string): number;<br />
}</p>
<p>// Prettier 3.9.6<br />
interface Container {<br />
"new"(id: string): number;<br />
}<br />
</code></pre></p>
<h4>TypeScript: Support <code>import defer</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/19624">#19624</a>,
<a
href="https://redirect.github.com/prettier/prettier/pull/19675">#19675</a>
by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="tsx"><code>// Input
import defer * as foo from "foo";
<p>// Prettier 3.9.5<br />
import * as foo from "foo";</p>
<p>// Prettier 3.9.6<br />
import defer * as foo from "foo";<br />
</code></pre></p>
<h4>JavaScript: Added a new official plugin
<code>@prettier/plugin-yuku</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/19628">#19628</a>,
<a
href="https://redirect.github.com/prettier/prettier/pull/19629">#19629</a>
by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4>
<p><code>@prettier/plugin-yuku</code> is powered by <a
href="https://yuku.fyi/">Yuku</a> (A high-performance
JavaScript/TypeScript compiler toolchain written in Zig).</p>
<p>This plugin includes two new parsers: <code>yuku</code> (JavaScript
syntax) and <code>yuku-ts</code> (TypeScript syntax).</p>
<p><strong>To use this plugin:</strong></p>
<ol>
<li>
<p>Install the plugin:</p>
<pre lang="bash"><code>yarn add --dev prettier @prettier/plugin-yuku
</code></pre>
</li>
</ol>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/prettier/commit/8f0c95057cc91d5836409466cd9d9af3bb901e84"><code>8f0c950</code></a>
Release 3.9.6</li>
<li><a
href="https://github.com/prettier/prettier/commit/e9107647d0497d8ff1cacbb0f970d4543df77c1c"><code>e910764</code></a>
Update changelog</li>
<li><a
href="https://github.com/prettier/prettier/commit/ec3f1c7bd74495992bc6954323a1a7fc8368808e"><code>ec3f1c7</code></a>
Update typescript-eslint to v8.65.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/19675">#19675</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/73d2efc2c6cba6f579585c88ef171132d90834ec"><code>73d2efc</code></a>
Update Yuku parser to v0.7.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/19664">#19664</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/dd5e24eabeab1f75ad573c79781e5fd408bcfad3"><code>dd5e24e</code></a>
Preserve quotes for <code>TSMethodSignature</code> nodes named
<code>new</code> (<a
href="https://redirect.github.com/prettier/prettier/issues/19621">#19621</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/c03ab4e71c23154d6b11537eee3c938f0d0f67d3"><code>c03ab4e</code></a>
Update dependency eslint-plugin-unicorn to v72 (<a
href="https://redirect.github.com/prettier/prettier/issues/19633">#19633</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/b74dd53076c7208291a6b2e585c310844b41d35f"><code>b74dd53</code></a>
Update Yuku parser to v0.6.5 (<a
href="https://redirect.github.com/prettier/prettier/issues/19654">#19654</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/f1b594ea1db1520c383d0e281d623551f671f824"><code>f1b594e</code></a>
Update dependency eslint-plugin-simple-import-sort to v14 (<a
href="https://redirect.github.com/prettier/prettier/issues/19655">#19655</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/0d9dfb61530986373000dd107ea58ceebb79e233"><code>0d9dfb6</code></a>
Update Yuku parser to v0.6.4 (<a
href="https://redirect.github.com/prettier/prettier/issues/19650">#19650</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/3bbb8159eb55575d4042653aa99f5f92a1416c19"><code>3bbb815</code></a>
Remove <code>typescript-only</code> directory (<a
href="https://redirect.github.com/prettier/prettier/issues/19636">#19636</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/3.9.5...3.9.6">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xinyuan Lin <[email protected]>
---
agent-service/LICENSE-binary | 8 ++++----
agent-service/bun.lock | 16 ++++++++--------
agent-service/package.json | 6 +++---
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/agent-service/LICENSE-binary b/agent-service/LICENSE-binary
index f5f190c4d5..8445d20aa2 100644
--- a/agent-service/LICENSE-binary
+++ b/agent-service/LICENSE-binary
@@ -211,13 +211,13 @@ Dependencies under the Apache License, Version 2.0
--------------------------------------------------------------------------------
Agent service npm packages:
- - @ai-sdk/[email protected]
- - @ai-sdk/[email protected]
- - @ai-sdk/[email protected]
+ - @ai-sdk/[email protected]
+ - @ai-sdk/[email protected]
+ - @ai-sdk/[email protected]
- @ai-sdk/[email protected]
- @vercel/[email protected]
- @workflow/[email protected]
- - [email protected]
+ - [email protected]
- [email protected]
- [email protected]
diff --git a/agent-service/bun.lock b/agent-service/bun.lock
index e8d6874064..cdff01d2f3 100644
--- a/agent-service/bun.lock
+++ b/agent-service/bun.lock
@@ -5,9 +5,9 @@
"": {
"name": "texera-agent-service",
"dependencies": {
- "@ai-sdk/openai": "4.0.13",
+ "@ai-sdk/openai": "4.0.17",
"@elysiajs/cors": "1.4.2",
- "ai": "7.0.26",
+ "ai": "7.0.33",
"ajv": "8.18.0",
"dagre": "0.8.5",
"elysia": "1.4.29",
@@ -19,20 +19,20 @@
"@types/bun": "1.3.14",
"@types/dagre": "0.7.54",
"pino-pretty": "13.1.3",
- "prettier": "3.9.5",
+ "prettier": "3.9.6",
"tsx": "4.23.1",
"typescript": "6.0.3",
},
},
},
"packages": {
- "@ai-sdk/gateway": ["@ai-sdk/[email protected]", "", { "dependencies": {
"@ai-sdk/provider": "4.0.3", "@ai-sdk/provider-utils": "5.0.9", "@vercel/oidc":
"3.2.0" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } },
"sha512-pQ3UPO0tyLUuW751jdgWhvHmXmjvAFpyiTeZF6eSVHMYhH/dSH4FtSKGT2nOnvvpaRpU8ygsLV4ng2Mz0lcU/A=="],
+ "@ai-sdk/gateway": ["@ai-sdk/[email protected]", "", { "dependencies": {
"@ai-sdk/provider": "4.0.3", "@ai-sdk/provider-utils": "5.0.12",
"@vercel/oidc": "3.2.0" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" }
},
"sha512-HhRLsdmvOCbFK7kJ1NdaE9f3ce2IYZlaAsTYXI7IMFj9G66BaXbR6d4zraulJPGqCbZ6TEltaSSLG9GFQH8Xdg=="],
- "@ai-sdk/openai": ["@ai-sdk/[email protected]", "", { "dependencies": {
"@ai-sdk/provider": "4.0.3", "@ai-sdk/provider-utils": "5.0.9" },
"peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } },
"sha512-7I2sx9NyT2XJ8YrpBr0twwASv6mgpI9Gu7mNxtevmdJ0n8UxUKtcG1NHNjaOEzN5pKzNAv3XcBOVom9DwJ2CpA=="],
+ "@ai-sdk/openai": ["@ai-sdk/[email protected]", "", { "dependencies": {
"@ai-sdk/provider": "4.0.3", "@ai-sdk/provider-utils": "5.0.12" },
"peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } },
"sha512-Zme92Jvleq2kC11/vvqaA37Q2ihRXpLTLuTwQMo1zYOjK+K7+9PmWIuSI+En5ws6EQ7/nwcfCWlP3YeRfh5VbQ=="],
"@ai-sdk/provider": ["@ai-sdk/[email protected]", "", { "dependencies": {
"json-schema": "^0.4.0" } },
"sha512-e0CpNWJUY7OxAFAnCZkw+ri9QOHWwTs1tXP42782KFGCU07qt8NiXCrCVowyCB5dP2r5/Uls+g2oPd8kOJn9dw=="],
- "@ai-sdk/provider-utils": ["@ai-sdk/[email protected]", "", {
"dependencies": { "@ai-sdk/provider": "4.0.3", "@standard-schema/spec":
"^1.1.0", "@workflow/serde": "4.1.0", "eventsource-parser": "^3.0.8" },
"peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } },
"sha512-BohlmQ62x+iIOawYCS2z5JzokMq5kZSoVhJawH41mlMdkb01xqhIMG8L0NAByneUFLpdUlSjJjF/bel5j3cGZA=="],
+ "@ai-sdk/provider-utils": ["@ai-sdk/[email protected]", "", {
"dependencies": { "@ai-sdk/provider": "4.0.3", "@standard-schema/spec":
"^1.1.0", "@workflow/serde": "4.1.0", "eventsource-parser": "^3.0.8" },
"peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } },
"sha512-bbhlOgHeYwrIGheLkM6fhS8hVger8uFPmcOLg+kxc9EFh7y30XYorWhthlYAgpadO3SJhFZrIcEknN7qEqEVvA=="],
"@borewit/text-codec": ["@borewit/[email protected]", "", {},
"sha512-5L/uBxmjaCIX5h8Z+uu+kA9BQLkc/Wl06UGR5ajNRxu+/XjonB5i8JpgFMrPj3LXTCPA0pv8yxUvbUi+QthGGA=="],
@@ -110,7 +110,7 @@
"@workflow/serde": ["@workflow/[email protected]", "", {},
"sha512-pav4F2BoirECWR7Nf1TKt+2eETcBj7jj4cBefQ8VXQCA6NPkaKeLfj/zMgi+3zYV5ZIBT4GuUiphsj0/b9hPQQ=="],
- "ai": ["[email protected]", "", { "dependencies": { "@ai-sdk/gateway": "4.0.19",
"@ai-sdk/provider": "4.0.3", "@ai-sdk/provider-utils": "5.0.9" },
"peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } },
"sha512-gzLoOHoXFJNcxrzFyHClbZsDEA1z0LNm3Kwq8lEWIfL+8wEEir+eDJqJJbkEJdLxGrc0IuBkybxEDzkbvSavjw=="],
+ "ai": ["[email protected]", "", { "dependencies": { "@ai-sdk/gateway": "4.0.25",
"@ai-sdk/provider": "4.0.3", "@ai-sdk/provider-utils": "5.0.12" },
"peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } },
"sha512-31X29OiXn7OBUcar1RRf1q75FirvGXCL/xL3VykeLG+Lp3AcZkeG0tthO6hvNM/jZo3h/0g32fhgHVYekiBAZQ=="],
"ajv": ["[email protected]", "", { "dependencies": { "fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", "require-from-string":
"^2.0.2" } },
"sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A=="],
@@ -186,7 +186,7 @@
"pino-std-serializers": ["[email protected]", "", {},
"sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw=="],
- "prettier": ["[email protected]", "", { "bin": { "prettier":
"bin/prettier.cjs" } },
"sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg=="],
+ "prettier": ["[email protected]", "", { "bin": { "prettier":
"bin/prettier.cjs" } },
"sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g=="],
"process-warning": ["[email protected]", "", {},
"sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA=="],
diff --git a/agent-service/package.json b/agent-service/package.json
index 3eaa6a888a..6c5c3639d2 100644
--- a/agent-service/package.json
+++ b/agent-service/package.json
@@ -15,9 +15,9 @@
"format:check": "prettier --check \"src/**/*.{ts,tsx,json}\""
},
"dependencies": {
- "@ai-sdk/openai": "4.0.13",
+ "@ai-sdk/openai": "4.0.17",
"@elysiajs/cors": "1.4.2",
- "ai": "7.0.26",
+ "ai": "7.0.33",
"ajv": "8.18.0",
"dagre": "0.8.5",
"elysia": "1.4.29",
@@ -29,7 +29,7 @@
"@types/bun": "1.3.14",
"@types/dagre": "0.7.54",
"pino-pretty": "13.1.3",
- "prettier": "3.9.5",
+ "prettier": "3.9.6",
"tsx": "4.23.1",
"typescript": "6.0.3"
}