[PR #6382] fix(cli): update langgraph-api dependency to support 0.5.x #5007

Closed
opened 2026-02-20 17:51:05 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6382

State: closed
Merged: No


Description
Updates the langgraph-api version constraint in langgraph-cli[inmem] from >=0.3,<0.5.0 to >=0.3,<0.6.0 to support langgraph-api 0.5.x. This resolves the dependency conflict where LangGraph Studio recommends langgraph-api>=0.5.0, but langgraph-cli[inmem] could not be installed alongside it due to incompatible version constraints.
Issue
Fixes #6380
Changes
Update pyproject.toml: change langgraph-api constraint to >=0.3,<0.6.0
Update uv.lock: resolve dependencies with langgraph-api 0.5.0
Dependencies
Also upgrades related packages:
langgraph-api: 0.4.29 → 0.5.0
langgraph-runtime-inmem: 0.14.1 → 0.15.0
langgraph: 0.6.7 → 1.0.1
langgraph-checkpoint: 2.1.1 → 3.0.0

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6382 **State:** closed **Merged:** No --- Description Updates the langgraph-api version constraint in langgraph-cli[inmem] from >=0.3,<0.5.0 to >=0.3,<0.6.0 to support langgraph-api 0.5.x. This resolves the dependency conflict where LangGraph Studio recommends langgraph-api>=0.5.0, but langgraph-cli[inmem] could not be installed alongside it due to incompatible version constraints. Issue Fixes #6380 Changes Update [pyproject.toml](vscode-webview://12u21hba063am6nhnn89nva7g5eqppfvgjnub8dpcrdjd8m890ja/libs/cli/pyproject.toml): change langgraph-api constraint to >=0.3,<0.6.0 Update uv.lock: resolve dependencies with langgraph-api 0.5.0 Dependencies Also upgrades related packages: langgraph-api: 0.4.29 → 0.5.0 langgraph-runtime-inmem: 0.14.1 → 0.15.0 langgraph: 0.6.7 → 1.0.1 langgraph-checkpoint: 2.1.1 → 3.0.0
yindo added the pull-request label 2026-02-20 17:51:05 -05:00
yindo closed this issue 2026-02-20 17:51:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#5007