langgraph==1.2.11
LangGraph 1.2.11 adds trace policy configuration on node addition, bumps dependencies including cryptography, and aligns with multiple checkpoint package updates.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
LangGraph release 1.2.11 introduces a feature to expose trace policy on the add node functionality ( 8523). It updates dependencies, including a major bump of cryptography from 48.0.1 to 50.0.0 ( 8528) and minor/patch dependency groups. Accompanying checkpoint updates include checkpoint 4.2.0 (with a fix for collecting writes at plain-value seed in delta channel history), checkpoint-postgres 3.1.1 and 3.1.2, and checkpoint-sqlite 3.1.1, alongside linting and conformance test enhancements.
可执行摘要
LangGraph version 1.2.11 exposes trace policy on add node, fixes plain-value seed write collection in checkpoint delta channel history, bumps cryptography to 50.0.0, and includes updates across checkpoint sub-packages.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade langgraph to 1.2.11 via pip or your package manager.
- Verify node trace policy configurations if leveraging trace policy controls on add node .
- Review dependency compatibility for the cryptography 50.0.0 bump.