You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
langgraph-checkpoint 2.0.2
Summary of Changes
Changed default value for CheckpointNS from None to "" to better represent root graph operations (#2019)
Enhanced documentation for BaseStore with better context about its purpose (#2020)
Added strict_map_key=False parameter to msgpack unpacking in JsonPlusSerializer for improved compatibility
Added py.typed marker files for better type checking support (#2177)
Detailed Changes
langgraph.checkpoint.base.CheckpointNS
Changed default value from None to "" to better represent the root graph namespace (#2019)
langgraph.store.base.BaseStore
Improved docstring to explain that stores enable persistence and memory that can be shared across threads, scoped to user IDs, assistant IDs, or other arbitrary namespaces (#2020)