Skip to content

checkpoint==1.0.12

Choose a tag to compare

@github-actions github-actions released this 27 Sep 18:29
a319727

langgraph-checkpoint 1.0.12

Summary of Changes

  • Updated documentation for the MemorySaver class to provide clearer guidance for production use cases (#1862)
  • Added support for serializing objects with a get_secret_value method in the JSON+ serializer

Detailed Changes

langgraph.checkpoint.memory.MemorySaver

  • Enhanced documentation to explicitly recommend PostgresSaver / AsyncPostgresSaver from the langgraph-checkpoint-postgres package for production use cases, while clarifying that MemorySaver should only be used for debugging or testing (#1862)

langgraph.checkpoint.serde.jsonplus.JsonPlusSerializer

  • Added support for serializing objects that implement the get_secret_value() method, allowing for proper handling of secure values during serialization and deserialization