Skip to content

Checkpointer for mongodb is not updated to support langgraph-checkpoint 3.0 #6426

@Haneeshjaikar

Description

@Haneeshjaikar

Checkpointer for mongodb is not updated to support langgraph-checkpoint 3.0

Originally posted by @Haneeshjaikar in #6313 (comment)

Issue: MongoDB Checkpointer Not Updated for [email protected]

Summary

The MongoDB checkpointer package has not yet been updated to support [email protected].
As a result, applications using MongoDB as a checkpoint backend cannot upgrade to the latest version of langgraph without breaking compatibility.


Affected Packages

  • Package: langgraph-checkpoint-mongodb (current version)
  • Dependency: langgraph-checkpoint (>=2.0, <3.0)

Impact

  • Blocked upgrades: Applications depending on MongoDB checkpoints are stuck on [email protected].
  • Security concern: The older MongoDB checkpointer version triggers Trivy vulnerability scans due to outdated dependencies.
  • Inconsistency: Other checkpoint strategies (redis, pg, sqlite) have already been updated for v3.0 compatibility.

Steps to Reproduce

  1. Attempt to upgrade langgraph-checkpoint to 3.0.0.
  2. Use langgraph-checkpoint-mongodb as a checkpointer dependency.
  3. Observe dependency conflict error due to version constraints.

Expected Behavior

The MongoDB checkpointer should support langgraph-checkpoint@^3.0, similar to the Redis, Postgres, and in-memory checkpointers.


Proposed Solution / Request

Please update the MongoDB checkpointer to support langgraph-checkpoint@^3.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions