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
Enhanced checkpoint loading process with improved handling of pending sends and channel values
Modified SQL query to maintain consistent ordering of results with explicit order by clauses
Simplified checkpoint serialization/deserialization logic by removing unnecessary base64 encoding/decoding
Fixed documentation to correctly indicate return type of from_conn_string method in async implementation
Detailed Changes
langgraph.checkpoint.postgres.PostgresSaver
Modified checkpoint loading in list and get_tuple methods to use a revised _load_checkpoint implementation that better handles pending sends and channel values