mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 00:22:25 +02:00
Unpin install command in doc
This commit is contained in:
@@ -23,7 +23,7 @@ You will need to install [`langgraph-cli`](../cloud/reference/cli.md#langgraph-c
|
||||
You will need to make sure to install the `inmem` extras.
|
||||
|
||||
```shell
|
||||
pip install "langgraph-cli[inmem]==0.1.55"
|
||||
pip install -U "langgraph-cli[inmem]"
|
||||
```
|
||||
|
||||
## Run the development server
|
||||
|
||||
Reference in New Issue
Block a user