Skip to content

Commit ff4aa08

Browse files
Merge pull request #3 from venkateshpabbati/dependabot/pip/langgraph-gte-0.2.60-and-lte-0.6.6
chore(deps): update langgraph requirement from <=0.4.10,>=0.2.60 to >=0.2.60,<=0.6.6
2 parents 82d89e4 + f2aff33 commit ff4aa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test = [
102102
"a2a-sdk>=0.3.0,<0.4.0;python_version>='3.10'",
103103
"anthropic>=0.43.0", # For anthropic model tests
104104
"langchain-community>=0.3.17",
105-
"langgraph>=0.2.60, <= 0.4.10", # For LangGraphAgent
105+
"langgraph>= 0.2.60, <= 0.6.6", # For LangGraphAgent
106106
"litellm>=1.75.5, <2.0.0", # For LiteLLM tests
107107
"llama-index-readers-file>=0.4.0", # For retrieval tests
108108
"openai>=1.100.2", # For LiteLLM

0 commit comments

Comments
 (0)