LangGraph CLI 0.4.31: Prebuild Images for Deploy, Dependency Updates
LangGraph CLI version 0.4.31 introduces the ability to use prebuilt images for deployment, streamlining the deployment process. It also includes numerous dependency updates across various libraries like Starlette, LangSmith, and cryptographic packages. These changes affect developers using the LangGraph CLI for deploying and managing their graph applications.
- →Support prebuilt images for LangGraph deployment
- →Updated dependencies for improved stability and compatibility
- →Allowing higher versions of langgraph-api
Features (1) ›
- Support prebuilt images for LangGraph deployment
The CLI now supports using prebuilt images for LangGraph deployments, which can simplify the deployment workflow.
Enhancements (2) ›
- Updated dependencies for improved stability and compatibility
Multiple dependencies have been updated, including Starlette (1.0.1 to 1.3.1), LangSmith (0.8.0 to 0.8.18), and cryptography (46.0.7 to 48.0.1), among others. These updates ensure better compatibility and potentially incorporate recent bug fixes and performance improvements from upstream libraries.
- Allowing higher versions of langgraph-api
The CLI has been updated to allow compatibility with langgraph-api versions up to 1.0.0, providing more flexibility in project setups.
https://github.com/langchain-ai/langgraph/releases/tag/cli%3D%3D0.4.31
Related releases
- Pydantic-AI v2.9.0: Security fix, GPT-5.6 models, usage command Pydantic AI Releases ·
- LangGraph 1.2.7: Fixes for delta overwrites and UUID generation LangGraph Releases ·
- pydantic-ai v2.1.0: Anthropic web tools, serialization, and bug fixes Pydantic AI Releases ·
- pydantic-ai v2.5.1: Bug Fixes and Model Compatibility Pydantic AI Releases ·
- crewAI 1.15.0: Conversational Flow Tracking and Declarative Flow Loading CrewAI Releases ·
- OpenAI Agents Python Library v0.17.8: Enhancements and Fixes OpenAI Agents SDK (Python) Releases ·