chore: Update cli config schema (#6372)

This commit is contained in:
William FH
2025-11-01 09:50:46 -07:00
committed by GitHub
parent ae525fb74f
commit a10a66cbd1
13 changed files with 710 additions and 530 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",
]