Skip to content

Commit 5f98f85

Browse files
committed
Update python min-bound
Also add cli/api as dev dep
1 parent 6302bd7 commit 5f98f85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
license = { text = "MIT" }
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.11"
1111
dependencies = [
1212
"langgraph>=0.2.6",
1313
"langchain-openai>=0.1.22",
@@ -60,3 +60,8 @@ lint.ignore = [
6060
"tests/*" = ["D", "UP"]
6161
[tool.ruff.lint.pydocstyle]
6262
convention = "google"
63+
64+
[dependency-groups]
65+
dev = [
66+
"langgraph-cli[inmem]>=0.1.71",
67+
]

0 commit comments

Comments
 (0)