Skip to content

checkpoint==2.0.23

Choose a tag to compare

@github-actions github-actions released this 25 Mar 00:20
0f8fc4f

langgraph-checkpoint 2.0.23

Summary of Changes

  • Added support for proper deserialization of the Send type from the langgraph.types module in the JSON+ serializer (PR #4004)

Detailed Changes

langgraph.checkpoint.serde.jsonplus.JsonPlusSerializer

  • Enhanced the deserialization logic to properly reconstruct Send objects from the langgraph.types module, ensuring these objects are correctly restored after serialization (PR #4004)