From f1a2e191444ab213d2ce0e5cb39ce283f3c68ea8 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:04:57 -0800 Subject: [PATCH] Add admonition --- docs/docs/how-tos/local-studio.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/how-tos/local-studio.md b/docs/docs/how-tos/local-studio.md index c86811191..270bd80c0 100644 --- a/docs/docs/how-tos/local-studio.md +++ b/docs/docs/how-tos/local-studio.md @@ -22,6 +22,12 @@ See [this guide](../concepts/application_structure.md) for information on how to You will need to install [`langgraph-cli`](../cloud/reference/cli.md#langgraph-cli) (version `0.1.55` or higher). You will need to make sure to install the `inmem` extras. +???+ note "Minimum version" + + The minimum version to use the `inmem` extra with `langgraph-cli` is `0.1.55`. + Python 3.11 or higher is required. + + ```shell pip install -U "langgraph-cli[inmem]" ```