langgraph-checkpoint-postgres==3.1.2
LangGraph's Postgres checkpointer library has been updated to version 3.1.2, addressing an issue with finding plain-value seeds during delta history traversal.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
LangGraph released langgraph-checkpoint-postgres 3.1.2 with several maintenance and fix updates since 3.1.1. Key changes include: a bug fix resolving how plain-value seeds are found when walking delta history ( 8535); execution of the standard conformance test suite across checkpoint-postgres and checkpoint-sqlite ( 8537); linting enhancements including enabling RUF100, PLC0415, and clearing unused noqa directives ( 8546, 8540); and automated dependency version bumps in the minor-and-patch group ( 8497).
可执行摘要
langgraph-checkpoint-postgres release 3.1.2 fixes plain-value seed discovery when walking delta history, incorporates checkpoint conformance suite testing, updates linting configurations, and bumps dependency versions.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade langgraph-checkpoint-postgres to 3.1.2 if relying on delta history traversal with plain-value seeds.