refactor: upgrade langgraph version (#148)

This commit is contained in:
DanielWalnut
2025-05-17 20:29:41 -07:00
committed by GitHub
parent d69128495b
commit f7d79b6d83
4 changed files with 309 additions and 60 deletions

View File

@@ -37,6 +37,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"black>=24.2.0",
"langgraph-cli[inmem]>=0.2.10",
]
test = [
"pytest>=7.4.0",