docs: relax pinned version in langgraph server tutorial (#2651)

This commit is contained in:
Vadym Barda
2024-12-05 09:11:00 -05:00
committed by GitHub
parent 1a46537c3a
commit 4b83103cf2
@@ -10,7 +10,7 @@ This is a quick start guide to help you get a LangGraph app up and running local
## Install the LangGraph CLI
```bash
pip install "langgraph-cli[inmem]==0.1.58" python-dotenv
pip install -U "langgraph-cli[inmem]" python-dotenv
```
## 🌱 Create a LangGraph App