fix(docs): use InMemorySaver instead of MemorySaver (#5608)

Also, remove comment from bash script that makes insertion of `uv`
harder
This commit is contained in:
Sydney Runkle
2025-07-21 18:49:55 +00:00
committed by GitHub
parent be088801ba
commit 139cad373b
36 changed files with 168 additions and 168 deletions
@@ -12,9 +12,9 @@ Before you begin, ensure you have the following:
=== "Python server"
```shell
# Python >= 3.11 is required.
Python >= 3.11 is required.
```shell
pip install --upgrade "langgraph-cli[inmem]"
```