Unpin install command in doc

This commit is contained in:
William Fu-Hinthorn
2024-12-18 11:41:52 -08:00
parent 6b45a281c1
commit d9cc227e75
+1 -1
View File
@@ -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