Skip to content

deps(deps): bump the langchain group with 8 updates - #57

Merged
FourWindff merged 1 commit into
mainfrom
dependabot/npm_and_yarn/langchain-9ab91581a4
Aug 25, 2026
Merged

deps(deps): bump the langchain group with 8 updates#57
FourWindff merged 1 commit into
mainfrom
dependabot/npm_and_yarn/langchain-9ab91581a4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the langchain group with 8 updates:

Package From To
@langchain/anthropic 1.5.6 1.5.8
@langchain/core 1.2.8 1.2.9
@langchain/langgraph 1.4.10 1.4.12
@langchain/langgraph-checkpoint-sqlite 1.0.3 1.0.4
@langchain/mcp-adapters 1.1.3 1.1.4
@langchain/openai 1.5.8 1.5.10
@langchain/langgraph-checkpoint 1.1.3 1.1.5
@langchain/langgraph-sdk 1.9.29 1.9.31

Updates @langchain/anthropic from 1.5.6 to 1.5.8

Release notes

Sourced from @​langchain/anthropic's releases.

@​langchain/anthropic@​1.5.8

Patch Changes

  • #11421 041a755 Thanks @​priprocess! - Preserve the generic tool_search_tool_result block type in streaming output and message payload conversion. The Anthropic API emits this un-suffixed type for both tool search variants; previously only the variant-suffixed names were allowlisted, so multi-turn conversations using tool search still failed with INVALID_TOOL_RESULTS after a client-tool round-trip.

@​langchain/anthropic@​1.5.7

Patch Changes

  • #11407 3ceef4b Thanks @​chenzimin! - Round-trip the tool search server-tool result blocks (tool_search_tool_bm25_tool_result / tool_search_tool_regex_tool_result) through message translation, mirroring web_search_tool_result. Without this, a multi-turn conversation using the tool search tool fails on the next request with 400 invalid_request_error … tool use … found without a corresponding … tool_result block, because the result block was dropped from the assistant message (streaming capture) and on re-send (toolTypes passthrough).
Commits
  • d5264a1 chore: version packages (#11427)
  • c26c87e fix(openai): send content null (not []) for tool-call-only v1 assistant messa...
  • 041a755 fix(anthropic): preserve generic tool_search_tool_result blocks (#11421)
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • Additional commits viewable in compare view

Updates @langchain/core from 1.2.8 to 1.2.9

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.2.9

Patch Changes

Commits
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • 5c9fdf2 fix(openai): retain cache_write_tokens, update to v7 sdk (#11399)
  • 5ff9179 fix(google-genai): guard streaming chunks when candidate has no content (#10742)
  • 43e4396 fix(core): include tool_call blocks and skip empty text blocks in ChatVertexA...
  • Additional commits viewable in compare view

Updates @langchain/langgraph from 1.4.10 to 1.4.12

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.4.12

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

  • Updated dependencies [a2a59ec]:

    • @​langchain/langgraph-checkpoint@​1.1.5

@​langchain/langgraph@​1.4.11

Patch Changes

  • #2706 eaa5472 Thanks @​zduric-langchain! - fix(langgraph): dedupe merged callback handlers by identity

    mergeCallbacks concatenated handlers and inheritableHandlers while deduping tags, so a handler inherited by both the ambient and the explicit config picked up an extra registration at every graph boundary. With tracing on, a nested streamMode: "messages" run delivered every token twice.

  • Updated dependencies [3ce9f8d, 51b4202, a86f813]:

    • @​langchain/langgraph-sdk@​1.9.30
Changelog

Sourced from @​langchain/langgraph's changelog.

1.4.12

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

  • Updated dependencies [a2a59ec]:

    • @​langchain/langgraph-checkpoint@​1.1.5

1.4.11

Patch Changes

  • #2706 eaa5472 Thanks @​zduric-langchain! - fix(langgraph): dedupe merged callback handlers by identity

    mergeCallbacks concatenated handlers and inheritableHandlers while deduping tags, so a handler inherited by both the ambient and the explicit config picked up an extra registration at every graph boundary. With tracing on, a nested streamMode: "messages" run delivered every token twice.

  • Updated dependencies [3ce9f8d, 51b4202, a86f813]:

    • @​langchain/langgraph-sdk@​1.9.30
Commits

Updates @langchain/langgraph-checkpoint-sqlite from 1.0.3 to 1.0.4

Release notes

Sourced from @​langchain/langgraph-checkpoint-sqlite's releases.

@​langchain/langgraph-checkpoint-sqlite@​1.0.4

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.
Changelog

Sourced from @​langchain/langgraph-checkpoint-sqlite's changelog.

1.0.4

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.
Commits
  • 6530ba9 chore: version packages (#2715)
  • a2a59ec fix: require patched checkpoint release
  • af64bf5 fix: restore checkpoint peer ranges (#2713)
  • c3b27a9 fix(checkpoint): narrow re-constructable types in JsonPlusSerializer (#2709)
  • cac6d31 chore(deps): bump the vite-vitest group across 1 directory with 6 updates (#2...
  • 8fb6376 chore: update Vitest to 4.1.9 (#2587)
  • 9e114e5 chore(deps): remove uuid dependency in favor of embedded uuid in core (#2527)
  • See full diff in compare view

Updates @langchain/mcp-adapters from 1.1.3 to 1.1.4

Release notes

Sourced from @​langchain/mcp-adapters's releases.

@​langchain/mcp-adapters@​1.1.4

Patch Changes

Commits
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • 5c9fdf2 fix(openai): retain cache_write_tokens, update to v7 sdk (#11399)
  • 5ff9179 fix(google-genai): guard streaming chunks when candidate has no content (#10742)
  • 43e4396 fix(core): include tool_call blocks and skip empty text blocks in ChatVertexA...
  • Additional commits viewable in compare view

Updates @langchain/openai from 1.5.8 to 1.5.10

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.5.10

Patch Changes

@​langchain/openai@​1.5.9

Patch Changes

  • #11399 5c9fdf2 Thanks @​gethin-langchain! - update to v7 openai sdk

  • #11403 fe8eec1 Thanks @​thushanth-bengre-langchain! - Drop Gemini-native functionCall content blocks (already carried in tool_calls) when converting messages to Chat Completions API params, fixing requests that fail when a ChatGoogleGenerativeAI message is passed to ChatOpenAI (e.g. a cross-provider handoff in LangGraph).

  • #11399 5c9fdf2 Thanks @​gethin-langchain! - Map OpenAI's cache_write_tokens to cache_creation in usage_metadata.input_token_details, mirroring the existing cached_tokens -> cache_read mapping across the Chat Completions and Responses APIs. Previously, prompt cache-write token counts were silently dropped.

Commits
  • d5264a1 chore: version packages (#11427)
  • c26c87e fix(openai): send content null (not []) for tool-call-only v1 assistant messa...
  • 041a755 fix(anthropic): preserve generic tool_search_tool_result blocks (#11421)
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • Additional commits viewable in compare view

Updates @langchain/langgraph-checkpoint from 1.1.3 to 1.1.5

Release notes

Sourced from @​langchain/langgraph-checkpoint's releases.

@​langchain/langgraph-checkpoint@​1.1.5

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

@​langchain/langgraph-checkpoint@​1.1.4

Patch Changes

Changelog

Sourced from @​langchain/langgraph-checkpoint's changelog.

1.1.5

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

1.1.4

Patch Changes

Commits
  • 6530ba9 chore: version packages (#2715)
  • 299bccd chore: version packages (#2711)
  • c3b27a9 fix(checkpoint): narrow re-constructable types in JsonPlusSerializer (#2709)
  • cac6d31 chore(deps): bump the vite-vitest group across 1 directory with 6 updates (#2...
  • 8fb6376 chore: update Vitest to 4.1.9 (#2587)
  • 82e07d0 docs(checkpoint): document edge runtime compatibility and persistence flush
  • See full diff in compare view

Updates @langchain/langgraph-sdk from 1.9.29 to 1.9.31

Release notes

Sourced from @​langchain/langgraph-sdk's releases.

@​langchain/langgraph-sdk@​1.9.31

Patch Changes

  • #2722 7b0fd47 Thanks @​christian-bromann! - fix(sdk): don't re-show resolved interrupts after reload

    After a reload, the next submit used to replay the old input.requested event, so the HITL form came back even though the interrupt was already answered. Keep filtering historical interrupts after the command is accepted, using the response's applied_through_seq as the cutoff.

@​langchain/langgraph-sdk@​1.9.30

Patch Changes

  • #2691 3ce9f8d Thanks @​christian-bromann! - fix(sdk): clear messages on hydrate(null) with a pending interrupt

    Teardown awaited the paused root pump, so threadId went null while the old conversation stayed on screen. Reset the snapshot first.

  • #2703 51b4202 Thanks @​christian-bromann! - fix(sdk): keep isLoading true across interrupt→running hydration

    Deferred terminal resets no longer clear isLoading when a newer running lifecycle has already arrived (HITL resume / SSE replay).

  • #2692 a86f813 Thanks @​christian-bromann! - fix(sdk): adopt server metadata on same-id optimistic message echo

    When a values snapshot echoes an optimistic human with the same content plus committed additional_kwargs (e.g. attachment paths), stream.messages now takes the server copy instead of keeping the plain optimistic message until hydration. Preferring is asymmetric: lagging or poorer values snapshots do not strip richer current metadata. In-flight AI token streaming is unchanged: streamed content still wins when it has moved past the snapshot.

Changelog

Sourced from @​langchain/langgraph-sdk's changelog.

1.9.31

Patch Changes

  • #2722 7b0fd47 Thanks @​christian-bromann! - fix(sdk): don't re-show resolved interrupts after reload

    After a reload, the next submit used to replay the old input.requested event, so the HITL form came back even though the interrupt was already answered. Keep filtering historical interrupts after the command is accepted, using the response's applied_through_seq as the cutoff.

1.9.30

Patch Changes

  • #2691 3ce9f8d Thanks @​christian-bromann! - fix(sdk): clear messages on hydrate(null) with a pending interrupt

    Teardown awaited the paused root pump, so threadId went null while the old conversation stayed on screen. Reset the snapshot first.

  • #2703 51b4202 Thanks @​christian-bromann! - fix(sdk): keep isLoading true across interrupt→running hydration

    Deferred terminal resets no longer clear isLoading when a newer running lifecycle has already arrived (HITL resume / SSE replay).

  • #2692 a86f813 Thanks @​christian-bromann! - fix(sdk): adopt server metadata on same-id optimistic message echo

    When a values snapshot echoes an optimistic human with the same content plus committed additional_kwargs (e.g. attachment paths), stream.messages now takes the server copy instead of keeping the plain optimistic message until hydration. Preferring is asymmetric: lagging or poorer values snapshots do not strip richer current metadata. In-flight AI token streaming is unchanged: streamed content still wins when it has moved past the snapshot.

Commits
  • 12cc3f5 chore: version packages (#2723)
  • 7b0fd47 fix(sdk): don't re-show resolved interrupts after reload (#2722)
  • 659d628 chore: version packages (#2704)
  • a86f813 fix(sdk): adopt server metadata on same-id optimistic message echo (#2692)
  • 3ce9f8d fix(sdk): clear messages on hydrate(null) with a pending interrupt (#2691)
  • 51b4202 fix(sdk): keep isLoading true across interrupt→running hydration (#2703)
  • See full diff in compare view

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

Bumps the langchain group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `1.5.6` | `1.5.8` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.2.8` | `1.2.9` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.4.10` | `1.4.12` |
| [@langchain/langgraph-checkpoint-sqlite](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/checkpoint-sqlite) | `1.0.3` | `1.0.4` |
| [@langchain/mcp-adapters](https://github.com/langchain-ai/langchainjs) | `1.1.3` | `1.1.4` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.5.8` | `1.5.10` |
| [@langchain/langgraph-checkpoint](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/checkpoint) | `1.1.3` | `1.1.5` |
| [@langchain/langgraph-sdk](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk) | `1.9.29` | `1.9.31` |


Updates `@langchain/anthropic` from 1.5.6 to 1.5.8
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/anthropic@1.5.6...@langchain/anthropic@1.5.8)

Updates `@langchain/core` from 1.2.8 to 1.2.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core@1.2.8...@langchain/core@1.2.9)

Updates `@langchain/langgraph` from 1.4.10 to 1.4.12
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.4.12/libs/langgraph-core)

Updates `@langchain/langgraph-checkpoint-sqlite` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/checkpoint-sqlite/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph-checkpoint-sqlite@1.0.4/libs/checkpoint-sqlite)

Updates `@langchain/mcp-adapters` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/langchain@1.1.3...@langchain/mcp-adapters@1.1.4)

Updates `@langchain/openai` from 1.5.8 to 1.5.10
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.5.8...@langchain/openai@1.5.10)

Updates `@langchain/langgraph-checkpoint` from 1.1.3 to 1.1.5
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/checkpoint/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph-checkpoint@1.1.5/libs/checkpoint)

Updates `@langchain/langgraph-sdk` from 1.9.29 to 1.9.31
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/sdk/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph-sdk@1.9.31/libs/sdk)

---
updated-dependencies:
- dependency-name: "@langchain/anthropic"
  dependency-version: 1.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/core"
  dependency-version: 1.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/langgraph-checkpoint-sqlite"
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/mcp-adapters"
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/openai"
  dependency-version: 1.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/langgraph-checkpoint"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/langgraph-sdk"
  dependency-version: 1.9.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: langchain
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm Pull requests that update npm dependencies labels Aug 24, 2026
@FourWindff
FourWindff merged commit 1f5f3bf into main Aug 25, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/langchain-9ab91581a4 branch August 25, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file npm Pull requests that update npm dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant