Skip to content

checkpoint==1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:44
5cab47f

langgraph-checkpoint 1.0.2

Summary of Changes

  • Restructured the memory module into a proper package by moving memory.py to memory/__init__.py #1249

Detailed Changes

langgraph.checkpoint.memory.InMemorySaver, langgraph.checkpoint.memory.MemorySaver, langgraph.checkpoint.memory.PersistentDict

  • Relocated from memory.py to memory/__init__.py to improve code organization #1249