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.
Why this signal matters
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.
Actionable summary
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 usefulness
- 82/100
- Confidence
- 96%
- Canonical data
- JSON + Markdown
What builders should check
- 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.