Change8

cli==0.4.4

Breaking Changes
📦 langgraphView on GitHub →
1 breaking1 features🐛 3 fixes🔧 3 symbols

Summary

This release drops support for Python 3.9, renames 'studio' to 'debugger', and ensures local dependencies are installed in editable mode.

⚠️ Breaking Changes

  • Python 3.9 is no longer supported. Users must upgrade to Python 3.10 or higher.

Migration Steps

  1. Update CLI scripts to use 'debugger' instead of 'studio' if applicable.
  2. Update any references to 'LangGraph Platform' in configuration or documentation.

✨ New Features

  • Local dependencies are now installed in editable mode during CLI installation.

🐛 Bug Fixes

  • Fixed local dependency installation to use editable mode.
  • Renamed references away from 'LangGraph Platform'.
  • Renamed 'studio' command/references to 'debugger'.

🔧 Affected Symbols

clistudiodebugger