We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e153d07 commit 9029b8aCopy full SHA for 9029b8a
pyproject.toml
@@ -95,7 +95,8 @@ test = [
95
# go/keep-sorted start
96
"anthropic>=0.43.0", # For anthropic model tests
97
"langchain-community>=0.3.17",
98
- "langgraph>=0.2.60", # For LangGraphAgent
+ # langgraph 0.5 removed langgraph.graph.graph which we depend on
99
+ "langgraph>=0.2.60, <= 0.4.10", # For LangGraphAgent
100
"litellm>=1.71.2", # For LiteLLM tests
101
"llama-index-readers-file>=0.4.0", # For retrieval tests
102
"pytest-asyncio>=0.25.0",
0 commit comments