Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checkpointpostgres==2.0.22 source code.tar.gz | 2025-07-10 | 59.2 MB | |
checkpointpostgres==2.0.22 source code.zip | 2025-07-10 | 59.6 MB | |
README.md | 2025-07-10 | 1.4 kB | |
Totals: 3 Items | 118.8 MB | 0 |
Changes since checkpointpostgres==2.0.21
- fix(checkpoint-postgres): Remove python invalid escape warning (#5441)
- chore[deps]: upgrade dependencies with
uv lock --upgrade
(#5358) - fix[deps]: update lockfiles / deps bounds for internal tools (#5301)
- Reduce extraneous keys in checkpoint.metadata
- If FuturesDict callback has been GCed, don't call it
- Preparation for 0.5 release: langgraph-checkpoint (#5124)
- Restore shallow checkpointer
- Restore compatibility with custom checkpointer classes created in prior versions
- serialize/deserialize pandas with pickle fallback (#5057)
- Support numpy array serialization in JsonPlusSerializer (#5035)
- Update ormsgpack (#5034)
- Centralized CheckpointTuple creation into a shared function for checkpoint_postgres (#4970)
- chore: Update variable naming in postgres store (#4096)
- docs: enhance PostgresSaver connection requirements explanation (#4953)
- lint: use
pep 604
union syntax andpep 585
generic syntax (#4963) - checkpoint-postgres: Use lock also for pipeline mode
- Remove Checkpoint.writes
- Remove Checkpoint.pending_sends
- Remove postgres shallow checkpointer
- ci: migrate to uv! (#4698)
- Fix AsyncPostgresStore._cursor row type (#4623)
- docstrings for checkpoint-postgres
- docs(reference): filter class methods and add missing docstrings (#4463)
- version bumps and locks
- no upper bounds for python
- Update all