Skip to content

Commit 7bad870

Browse files
committed
chore(examples): require langgraph[openai] and document it in README
1 parent 3dfb2e2 commit 7bad870

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ uv add 'stackone-ai[mcp]'
4242
# or
4343
pip install 'stackone-ai[mcp]'
4444

45-
# Install with CrewAI examples (requires Python 3.10+)
45+
# Install with CrewAI and LangGraph examples (requires Python 3.10+)
4646
uv add 'stackone-ai[examples]'
4747
# or
4848
pip install 'stackone-ai[examples]'
4949

50+
# Note: the examples extra pulls in `langgraph[openai]` for OpenAI tool-calling support
51+
5052
# Install everything
5153
uv add 'stackone-ai[mcp,examples]'
5254
# or

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mcp = [
5353
examples = [
5454
"crewai>=0.102.0; python_version>='3.10'",
5555
"langchain-openai>=0.3.6",
56-
"langgraph>=0.2.0",
56+
"langgraph[openai]>=0.2.0",
5757
"openai>=1.63.2",
5858
"python-dotenv>=1.0.1",
5959
]

0 commit comments

Comments
 (0)