[PR #212] [MERGED] build(deps): bump the patch-deps-updates-main group with 9 updates #212

Closed
opened 2026-02-16 06:17:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/212
Author: @dependabot[bot]
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @christian-bromann

Base: mainHead: dependabot/npm_and_yarn/patch-deps-updates-main-28608882eb


📝 Commits (1)

  • c43b7d4 build(deps): bump the patch-deps-updates-main group with 9 updates

📊 Changes

1 file changed (+138 additions, -123 deletions)

View changed files

📝 pnpm-lock.yaml (+138 -123)

📄 Description

Bumps the patch-deps-updates-main group with 9 updates:

Package From To
@types/node 25.2.0 25.2.2
tsdown 0.20.2 0.20.3
@langchain/core 1.1.19 1.1.20
@langchain/langgraph 1.1.3 1.1.4
langchain 1.2.17 1.2.19
@langchain/openai 1.2.4 1.2.6
dotenv 17.2.3 17.2.4
modal 0.6.1 0.6.2
@langchain/anthropic 1.3.14 1.3.16

Updates @types/node from 25.2.0 to 25.2.2

Commits

Updates tsdown from 0.20.2 to 0.20.3

Release notes

Sourced from tsdown's releases.

v0.20.3

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @langchain/core from 1.1.19 to 1.1.20

Commits

Updates @langchain/langgraph from 1.1.3 to 1.1.4

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph-checkpoint-mongodb@​1.1.4

Patch Changes

@​langchain/langgraph@​1.1.4

Patch Changes

  • Updated dependencies [8d5c2d6]:
    • @​langchain/langgraph-sdk@​1.6.0
Changelog

Sourced from @​langchain/langgraph's changelog.

1.1.4

Patch Changes

  • Updated dependencies [8d5c2d6]:
    • @​langchain/langgraph-sdk@​1.6.0
Commits

Updates langchain from 1.2.17 to 1.2.19

Release notes

Sourced from langchain's releases.

langchain@1.2.18

Patch Changes

  • #9763 8f0757f Thanks @​AdamParker19! - fix(langchain): resolve className collision in MODEL_PROVIDER_CONFIG

    Refactored getChatModelByClassName to accept an optional modelProvider parameter for direct lookup, avoiding the className collision issue where multiple providers share the same className (e.g., google-vertexai and google-vertexai-web both use "ChatVertexAI"). When modelProvider is provided, the function uses direct config lookup instead of searching by className. Backward compatibility is maintained for existing callers that only pass className. This eliminates the duplicated import logic that was previously in _initChatModelHelper.

Commits

Updates @langchain/openai from 1.2.4 to 1.2.6

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.2.5

Patch Changes

  • #9743 0870ca0 Thanks @​d2201! - fix(openai): include encrypted reasoning in ZDR responses input

  • #9934 cf46089 Thanks @​hntrl! - feat(openai): update openai SDK to ^6.18.0

    • Adds support for codex 5.3
    • Added action option to image generation tool (generate, edit, auto)
    • Removed @ts-expect-error for gpt-image-1.5 model (now in SDK types)
    • Auto-route codex models (codex-mini-latest, gpt-5-codex, gpt-5.1-codex, etc.) to Responses API
    • Added shell_call and local_shell_call to streaming converter and input reconstruction
    • Added unit tests for isReasoningModel and _modelPrefersResponsesAPI
Commits

Updates dotenv from 17.2.3 to 17.2.4

Changelog

Sourced from dotenv's changelog.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates modal from 0.6.1 to 0.6.2

Changelog

Sourced from modal's changelog.

modal-js/v0.6.2, modal-go/v0.6.2

  • In JS, improves reliability for reading streams from sandbox.stdout and sandbox.stderr.
Commits

Updates @langchain/anthropic from 1.3.14 to 1.3.16

Release notes

Sourced from @​langchain/anthropic's releases.

@​langchain/anthropic@​1.3.15

Patch Changes

  • #9932 4f7f9c7 Thanks @​hntrl! - feat(anthropic): add Claude Opus 4.6 support with adaptive thinking, effort parameter, compaction API, output_config migration, inference_geo, and structured outputs GA
    • Upgrade @anthropic-ai/sdk from ^0.71.0 to ^0.73.0
    • Add claude-opus-4-6 model with 16384 default max output tokens
    • Support adaptive thinking (thinking: { type: "adaptive" }) recommended for Opus 4.6
    • Add outputConfig parameter with effort levels (low, medium, high, max) for controlling token usage
    • Migrate outputFormat to outputConfig.format (backwards compatible, outputFormat deprecated)
    • Add compaction API support (beta) with auto-detection of compact_20260112 edits and streaming handlers for compaction content blocks
    • Add inferenceGeo parameter for data residency controls
    • Remove structured-outputs beta header requirement (now GA)
Commits

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 <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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/212 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/patch-deps-updates-main-28608882eb` --- ### 📝 Commits (1) - [`c43b7d4`](https://github.com/langchain-ai/deepagentsjs/commit/c43b7d4d80076e25dc21d169283b5240d56189b5) build(deps): bump the patch-deps-updates-main group with 9 updates ### 📊 Changes **1 file changed** (+138 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-lock.yaml` (+138 -123) </details> ### 📄 Description Bumps the patch-deps-updates-main group with 9 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.2.2` | | [tsdown](https://github.com/rolldown/tsdown) | `0.20.2` | `0.20.3` | | [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.1.19` | `1.1.20` | | [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.1.3` | `1.1.4` | | [langchain](https://github.com/langchain-ai/langchainjs) | `1.2.17` | `1.2.19` | | [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.2.4` | `1.2.6` | | [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.2.4` | | [modal](https://github.com/modal-labs/libmodal) | `0.6.1` | `0.6.2` | | [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `1.3.14` | `1.3.16` | Updates `@types/node` from 25.2.0 to 25.2.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `tsdown` from 0.20.2 to 0.20.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rolldown/tsdown/releases">tsdown's releases</a>.</em></p> <blockquote> <h2>v0.20.3</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>package</strong>: Ignore scripts when packing  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/0b10b8c"><!-- raw HTML omitted -->(0b10b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.20.2...v0.20.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/tsdown/commit/49cc5f953f1b6ab13968fef8509d69767373253b"><code>49cc5f9</code></a> chore: release v0.20.3</li> <li><a href="https://github.com/rolldown/tsdown/commit/5c3e3d30a00af6d9b3d1e062ce50f0f0806e31da"><code>5c3e3d3</code></a> chore: tiny deps</li> <li><a href="https://github.com/rolldown/tsdown/commit/0b10b8c65fb0211558be42208933883187e117b0"><code>0b10b8c</code></a> fix(package): ignore scripts when packing</li> <li><a href="https://github.com/rolldown/tsdown/commit/3808b592e2286a64b497ac28f0ce280aa3b065e3"><code>3808b59</code></a> chore: update snapshot</li> <li><a href="https://github.com/rolldown/tsdown/commit/21a6c920d372a0f190d291f6a0e0e9b2a340d137"><code>21a6c92</code></a> test: update snapshot</li> <li>See full diff in <a href="https://github.com/rolldown/tsdown/compare/v0.20.2...v0.20.3">compare view</a></li> </ul> </details> <br /> Updates `@langchain/core` from 1.1.19 to 1.1.20 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/langchain-ai/langchainjs/commits">compare view</a></li> </ul> </details> <br /> Updates `@langchain/langgraph` from 1.1.3 to 1.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langgraphjs/releases"><code>@​langchain/langgraph</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/langgraph-checkpoint-mongodb</code><a href="https://github.com/1"><code>@​1</code></a>.1.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1853">#1853</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/a84c1ff18289653ff4715bd0db4ac3d06600556e"><code>a84c1ff</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - retry release: Updates the checkpoint-mongodb to append client metadata</li> </ul> <h2><code>@​langchain/langgraph</code><a href="https://github.com/1"><code>@​1</code></a>.1.4</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/langchain-ai/langgraphjs/commit/8d5c2d688d330012638d8f34ce20a454600ebc1b"><code>8d5c2d6</code></a>]: <ul> <li><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.6.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md"><code>@​langchain/langgraph</code>'s changelog</a>.</em></p> <blockquote> <h2>1.1.4</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/langchain-ai/langgraphjs/commit/8d5c2d688d330012638d8f34ce20a454600ebc1b"><code>8d5c2d6</code></a>]: <ul> <li><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.6.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/f38f82ffd0c4df2349b16a94713fa63a1014eec0"><code>f38f82f</code></a> chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core/issues/1945">#1945</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/8d5c2d688d330012638d8f34ce20a454600ebc1b"><code>8d5c2d6</code></a> feat(sdk): add multi-subagent tracking to useStream (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core/issues/1903">#1903</a>)</li> <li>See full diff in <a href="https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.1.4/libs/langgraph-core">compare view</a></li> </ul> </details> <br /> Updates `langchain` from 1.2.17 to 1.2.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases">langchain's releases</a>.</em></p> <blockquote> <h2>langchain@1.2.18</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9763">#9763</a> <a href="https://github.com/langchain-ai/langchainjs/commit/8f0757f06b2ed9fe810f636333fc71ffcedb3feb"><code>8f0757f</code></a> Thanks <a href="https://github.com/AdamParker19"><code>@​AdamParker19</code></a>! - fix(langchain): resolve className collision in MODEL_PROVIDER_CONFIG</p> <p>Refactored <code>getChatModelByClassName</code> to accept an optional <code>modelProvider</code> parameter for direct lookup, avoiding the className collision issue where multiple providers share the same className (e.g., <code>google-vertexai</code> and <code>google-vertexai-web</code> both use <code>&quot;ChatVertexAI&quot;</code>). When <code>modelProvider</code> is provided, the function uses direct config lookup instead of searching by className. Backward compatibility is maintained for existing callers that only pass <code>className</code>. This eliminates the duplicated import logic that was previously in <code>_initChatModelHelper</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/langchain-ai/langchainjs/commits">compare view</a></li> </ul> </details> <br /> Updates `@langchain/openai` from 1.2.4 to 1.2.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases"><code>@​langchain/openai</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/openai</code><a href="https://github.com/1"><code>@​1</code></a>.2.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9743">#9743</a> <a href="https://github.com/langchain-ai/langchainjs/commit/0870ca0719dacd8a555b3341e581d6c15cd6faf3"><code>0870ca0</code></a> Thanks <a href="https://github.com/d2201"><code>@​d2201</code></a>! - fix(openai): include encrypted reasoning in ZDR responses input</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9934">#9934</a> <a href="https://github.com/langchain-ai/langchainjs/commit/cf46089d250b1ec87f99956f5cd87e2615ac25c5"><code>cf46089</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - feat(openai): update openai SDK to ^6.18.0</p> <ul> <li>Adds support for codex 5.3</li> <li>Added <code>action</code> option to image generation tool (<code>generate</code>, <code>edit</code>, <code>auto</code>)</li> <li>Removed <code>@ts-expect-error</code> for <code>gpt-image-1.5</code> model (now in SDK types)</li> <li>Auto-route codex models (<code>codex-mini-latest</code>, <code>gpt-5-codex</code>, <code>gpt-5.1-codex</code>, etc.) to Responses API</li> <li>Added <code>shell_call</code> and <code>local_shell_call</code> to streaming converter and input reconstruction</li> <li>Added unit tests for <code>isReasoningModel</code> and <code>_modelPrefersResponsesAPI</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/85820be04995b4047a798ec44da6077cd1908d7a"><code>85820be</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9754">#9754</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/a46a24983fd0fea649d950725a2673b3c435275f"><code>a46a249</code></a> fix(core): allow shared object references in serialization (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9753">#9753</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/3c8ba0d97f1c08e8f8c67ffddff5d57daba46f85"><code>3c8ba0d</code></a> chore(internal): Turborepo improvements (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9744">#9744</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/0e9af54663d0fe475e8b8b2c05f603efbec23174"><code>0e9af54</code></a> fix(*): update prettier, remove rollup as dep (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9745">#9745</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/9569eb25809420605ab1865f744cbedbc0764b41"><code>9569eb2</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9750">#9750</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/817fc9a56d4699f3563a6e153b13eadf7bcc661b"><code>817fc9a</code></a> fix: Cannot merge undefined null error (again) (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9746">#9746</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/858ef2cf6df786c7284a1869c9b23eb4317a67bd"><code>858ef2c</code></a> docs: Sync &quot;Why use LangChain?&quot; content with LangChain main repo (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9747">#9747</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/7ea8874715f76c17d3ec3d2ff0503dd12abbc5e9"><code>7ea8874</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9716">#9716</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/5707c3edc6a4d43934da0d3e7b9666b2fc144440"><code>5707c3e</code></a> docs(internal): add AGENTS.md file (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9742">#9742</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/8ef152555a945c95322f28209957b69605c04c91"><code>8ef1525</code></a> feat(google-common): support thinkingLevel parameter for Gemini models (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9738">#9738</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.2.4...langchain@1.2.6">compare view</a></li> </ul> </details> <br /> Updates `dotenv` from 17.2.3 to 17.2.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md">dotenv's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/motdotla/dotenv/compare/v17.2.3...v17.2.4">17.2.4</a> (2026-02-05)</h2> <h3>Changed</h3> <ul> <li>Make <code>DotenvPopulateInput</code> accept <code>NodeJS.ProcessEnv</code> type (<a href="https://redirect.github.com/motdotla/dotenv/pull/915">#915</a>)</li> </ul> <ul> <li>Give back to dotenv by checking out my newest project <a href="https://github.com/vestauth/vestauth">vestauth</a>. It is auth for agents. Thank you for using my software.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/motdotla/dotenv/commits">compare view</a></li> </ul> </details> <br /> Updates `modal` from 0.6.1 to 0.6.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/modal-labs/libmodal/blob/main/CHANGELOG.md">modal's changelog</a>.</em></p> <blockquote> <h2>modal-js/v0.6.2, modal-go/v0.6.2</h2> <ul> <li>In JS, improves reliability for reading streams from <code>sandbox.stdout</code> and <code>sandbox.stderr</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/modal-labs/libmodal/commit/6e9b0df711572ab2303e7597bfb626954b30e0cb"><code>6e9b0df</code></a> [RELEASE] Prepare release for modal-js/v0.6.2, modal-go/v0.6.2 (<a href="https://redirect.github.com/modal-labs/libmodal/issues/258">#258</a>)</li> <li><a href="https://github.com/modal-labs/libmodal/commit/961d52e1991b93478b47af7200c20b375fbc08a7"><code>961d52e</code></a> Add changelog to next release (<a href="https://redirect.github.com/modal-labs/libmodal/issues/257">#257</a>)</li> <li><a href="https://github.com/modal-labs/libmodal/commit/ac18be17509e41a8755ce598a118939325db95dd"><code>ac18be1</code></a> Reapply &quot;Reverts JS's TCR (<a href="https://redirect.github.com/modal-labs/libmodal/issues/250">#250</a>)&quot; (<a href="https://redirect.github.com/modal-labs/libmodal/issues/252">#252</a>) (<a href="https://redirect.github.com/modal-labs/libmodal/issues/256">#256</a>)</li> <li><a href="https://github.com/modal-labs/libmodal/commit/239d52b5830f258c8293e15911174ee9958b271f"><code>239d52b</code></a> Fix SandboxGetLogs in Typescript client (<a href="https://redirect.github.com/modal-labs/libmodal/issues/254">#254</a>)</li> <li><a href="https://github.com/modal-labs/libmodal/commit/4aefb3a43e2486fd04fe897486a1eda427ac3fff"><code>4aefb3a</code></a> Attempt to deflake TestSnapshotFilesystem (<a href="https://redirect.github.com/modal-labs/libmodal/issues/255">#255</a>)</li> <li><a href="https://github.com/modal-labs/libmodal/commit/029a8fc2c6ffffc1e0c44a26f1b2b120cbd3d933"><code>029a8fc</code></a> Revert &quot;Reverts JS's TCR (<a href="https://redirect.github.com/modal-labs/libmodal/issues/250">#250</a>)&quot; (<a href="https://redirect.github.com/modal-labs/libmodal/issues/252">#252</a>)</li> <li>See full diff in <a href="https://github.com/modal-labs/libmodal/compare/modal-go/v0.6.1...modal-go/v0.6.2">compare view</a></li> </ul> </details> <br /> Updates `@langchain/anthropic` from 1.3.14 to 1.3.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases"><code>@​langchain/anthropic</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/anthropic</code><a href="https://github.com/1"><code>@​1</code></a>.3.15</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9932">#9932</a> <a href="https://github.com/langchain-ai/langchainjs/commit/4f7f9c77a42d361d995c938f79772801cd429a9f"><code>4f7f9c7</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - feat(anthropic): add Claude Opus 4.6 support with adaptive thinking, effort parameter, compaction API, output_config migration, inference_geo, and structured outputs GA <ul> <li>Upgrade <code>@anthropic-ai/sdk</code> from <code>^0.71.0</code> to <code>^0.73.0</code></li> <li>Add <code>claude-opus-4-6</code> model with 16384 default max output tokens</li> <li>Support adaptive thinking (<code>thinking: { type: &quot;adaptive&quot; }</code>) recommended for Opus 4.6</li> <li>Add <code>outputConfig</code> parameter with effort levels (<code>low</code>, <code>medium</code>, <code>high</code>, <code>max</code>) for controlling token usage</li> <li>Migrate <code>outputFormat</code> to <code>outputConfig.format</code> (backwards compatible, <code>outputFormat</code> deprecated)</li> <li>Add compaction API support (beta) with auto-detection of <code>compact_20260112</code> edits and streaming handlers for compaction content blocks</li> <li>Add <code>inferenceGeo</code> parameter for data residency controls</li> <li>Remove structured-outputs beta header requirement (now GA)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/langchain-ai/langchainjs/commits">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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:17:27 -05:00
yindo closed this issue 2026-02-16 06:17:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#212