Releases
checkpointpostgres==2.0.15
checkpointpostgres==2.0.15
Compare
Sorry, something went wrong.
No results found
langgraph-checkpoint-postgres 2.0.15
Summary of Changes
Improved code reuse by replacing duplicate metadata handling code with the get_checkpoint_metadata function from the base package #3448
Replaced pytest-watch with pytest-watcher for more reliable test watching functionality #3448
Detailed Changes
langgraph.checkpoint.postgres.PostgresSaver
Refactored metadata handling in the put method to use get_checkpoint_metadata function, reducing code duplication and improving maintainability #3448
langgraph.checkpoint.postgres.aio.AsyncPostgresSaver
Refactored metadata handling in the aput method to use get_checkpoint_metadata function, reducing code duplication and improving maintainability #3448
langgraph.checkpoint.postgres.shallow.ShallowPostgresSaver
Refactored metadata handling in the put method to use get_checkpoint_metadata function, reducing code duplication and improving maintainability #3448
langgraph.checkpoint.postgres.shallow.AsyncShallowPostgresSaver
Refactored metadata handling in the aput method to use get_checkpoint_metadata function, reducing code duplication and improving maintainability #3448
You can’t perform that action at this time.