Skip to content

build(deps): bump @langchain/langgraph from 1.1.4 to 1.2.0#268

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langchain/langgraph-1.2.0
Open

build(deps): bump @langchain/langgraph from 1.1.4 to 1.2.0#268
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langchain/langgraph-1.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps @langchain/langgraph from 1.1.4 to 1.2.0.

Release notes

Sourced from @​langchain/langgraph's releases.

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

Minor Changes

  • #1991 38db67f Thanks @​vanb! - Add optional enableTimestamps parameter to MongoDBSaver that sets an upserted_at date via MongoDB's $currentDate operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.

@​langchain/langgraph@​1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

@​langchain/langgraph-api@​1.1.14

Patch Changes

@​langchain/langgraph-cli@​1.1.14

Patch Changes

  • Updated dependencies [aa8e878]:
    • @​langchain/langgraph-api@​1.1.14

@​langchain/langgraph-ui@​1.1.14

No release notes provided.

@​langchain/langgraph-api@​1.1.13

Patch Changes

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

1.1.5

Patch Changes

  • Updated dependencies [242cfbb]:
    • @​langchain/langgraph-sdk@​2.0.0
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 2, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 2, 2026

⚠️ No Changeset found

Latest commit: 9bab665

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) from 1.1.4 to 1.2.0.
- [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.2.0/libs/langgraph-core)

---
updated-dependencies:
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/langchain/langgraph-1.2.0 branch from 1bd2a3f to 9bab665 Compare March 6, 2026 08: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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants