python LangGraph Releases · · 0.4.31

LangGraph CLI 0.4.31: Prebuild Images for Deploy, Dependency Updates

sdkinfraengineerpython-agentic
feature patch

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.

Read the original announcement →

https://github.com/langchain-ai/langgraph/releases/tag/cli%3D%3D0.4.31

Related releases