Unpin install command in doc

This commit is contained in:
William Fu-Hinthorn
2024-12-18 10:03:16 -08:00
parent e0b4eb6454
commit b28e9d0a87
+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