update test deps

This commit is contained in:
William Fu-Hinthorn
2025-10-31 13:59:09 -07:00
parent 751f8c8b4f
commit 8f4565366c
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ authors = [
license = { text = "MIT" }
requires-python = ">=3.11,<4.0"
dependencies = [
"langgraph>=0.6.0,<0.7.0",
"langgraph>=0.6.0,<2",
"langchain-core>=0.2.14",
]