Skip to content

checkpoint==1.0.14

Choose a tag to compare

@github-actions github-actions released this 30 Sep 18:57
3c9441c

langgraph-checkpoint 1.0.14

Summary of Changes

  • Reorganized the store module's internal file structure to improve maintainability without changing functionality (PR #1915)

Detailed Changes

langgraph.store.base

  • File structure was reorganized, moving store/base.py to store/base/__init__.py without changing functionality (PR #1915)

langgraph.store.base.batch.AsyncBatchedBaseStore

  • Moved from store/batch.py to store/base/batch.py as part of the module reorganization (PR #1915)

langgraph.store.memory.InMemoryStore

  • Moved from store/memory.py to store/memory/__init__.py as part of the module reorganization (PR #1915)