Skip to content

checkpoint==1.0.9

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:28
46b6cd4

langgraph-checkpoint 1.0.9

Summary of Changes

  • Changed UUID generation to use random module instead of secrets module for better performance #1594
  • Updated langchain-core dependency to allow versions from 0.2.38 up to 0.4 #1594

Detailed Changes

langgraph.checkpoint.base.id.uuid6

  • Replaced secrets.randbits() with random.getrandbits() for generating clock sequence and node values, which should provide better performance #1594