langgraph-cli==0.4.32
langgraph-cli 0.4.32 updates deployment CLI workflows with agent ID and environment flags, adds listener and image-uri support for self-hosted instances, and remediates dependencies including AnyIO.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Version 0.4.32 of langgraph-cli introduces multiple enhancements to CLI deployment commands and resolves several dependency vulnerabilities. Key deployment features include placing self-hosted deployments on a listener, adding the --image-uri flag for self-hosted setups, and updating langgraph deploy to utilize agent ID and environment arguments. CLI agent flags now support environment variable defaults, and error messaging for missing deployment configuration has been clarified. Security and dependency fixes patch AnyIO vulnerabilities across example lockfiles alongside dependency bumps for anyio, cryptography, httpx2, and other packages.
可执行摘要
LangGraph CLI v0.4.32 introduces self-hosted deployment listeners, a --image-uri flag, and updates the langgraph deploy command to accept agent IDs and environment arguments. It also includes security fixes for vulnerable dev dependencies and AnyIO in lockfiles.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade langgraph-cli to version 0.4.32 via your package manager.
- Review deployment scripts using langgraph deploy to account for updated agent ID and environment arguments.
- Consider adopting the new --image-uri flag and listener features if managing self-hosted LangGraph deployments.