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-postgres 2.0.2
Summary of Changes
Fix example in docstring to use correct field name channel_values instead of data (#2145)
Improved docstring clarity in _search_where method (#2145)
Fixed duplicate assignment of conn attribute in AsyncPostgresStore (#2154)
Added py.typed files to enable better type checking support (#2177)
Detailed Changes
langgraph.checkpoint.postgres.PostgresSaver
Fixed example in docstring to show the correct field name channel_values instead of data in the checkpoint object, which better reflects the actual expected structure (#2145)