Skip to content

Commit 9029b8a

Browse files
hangfeicopybara-github
authored andcommitted
fix: Lock LangGraph version to <= 0.4.10
New version removed graph.graph we rely on. temporarily fix the version before we fix the issue. PiperOrigin-RevId: 776619611
1 parent e153d07 commit 9029b8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ test = [
9595
# go/keep-sorted start
9696
"anthropic>=0.43.0", # For anthropic model tests
9797
"langchain-community>=0.3.17",
98-
"langgraph>=0.2.60", # For LangGraphAgent
98+
# langgraph 0.5 removed langgraph.graph.graph which we depend on
99+
"langgraph>=0.2.60, <= 0.4.10", # For LangGraphAgent
99100
"litellm>=1.71.2", # For LiteLLM tests
100101
"llama-index-readers-file>=0.4.0", # For retrieval tests
101102
"pytest-asyncio>=0.25.0",

0 commit comments

Comments
 (0)