Skip to content

Conversation

@wsypower
Copy link
Contributor

The original command:

uv add langgraph-cli[inmem]

fails under zsh with:

zsh: no matches found: langgraph-cli[inmem]

because zsh interprets [...] as a glob pattern. Adding quotes ensures the extras syntax is passed correctly to uv:

uv add "langgraph-cli[inmem]"

This fixes the installation instructions for macOS/zsh users.

The original command:

    uv add langgraph-cli[inmem]

fails under zsh with:

    zsh: no matches found: langgraph-cli[inmem]

because zsh interprets `[...]` as a glob pattern.  
Adding quotes ensures the extras syntax is passed correctly to uv:

    uv add "langgraph-cli[inmem]"

This fixes the installation instructions for macOS/zsh users.
@wsypower wsypower requested a review from lnhsingh as a code owner November 19, 2025 07:39
@github-actions github-actions bot added langgraph For docs changes to LangGraph oss labels Nov 19, 2025
@lnhsingh lnhsingh merged commit 631b9ca into langchain-ai:main Nov 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langgraph For docs changes to LangGraph oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants