dependabot[bot] opened a new pull request, #6707:
URL: https://github.com/apache/texera/pull/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> (&quot;Responses API returned no output …&quot;), 
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 {
     &quot;new&quot;(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 />
   &quot;new&quot;(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 &quot;foo&quot;;
   <p>// Prettier 3.9.5<br />
   import * as foo from &quot;foo&quot;;</p>
   <p>// Prettier 3.9.6<br />
   import defer * as foo from &quot;foo&quot;;<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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to