Skip to content

Commit 592a170

Browse files
authored
Merge pull request #14 from alexechoi/alex/update-service-deps
Update langgraph version
2 parents 72758b3 + 60512dc commit 592a170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_security/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = { text = "MIT" }
1010
requires-python = ">=3.10"
1111
dependencies = [
1212
"langchain>=0.3.0",
13-
"langgraph>=0.5.4",
13+
"langgraph>=0.5.4,<0.6",
1414
"langchain-community>=0.3.9",
1515
"langchain-openai>=0.3.28",
1616
"langchain-anthropic>=0.3.15",

0 commit comments

Comments
 (0)