We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6302bd7 commit 5f98f85Copy full SHA for 5f98f85
pyproject.toml
@@ -7,7 +7,7 @@ authors = [
7
]
8
readme = "README.md"
9
license = { text = "MIT" }
10
-requires-python = ">=3.9"
+requires-python = ">=3.11"
11
dependencies = [
12
"langgraph>=0.2.6",
13
"langchain-openai>=0.1.22",
@@ -60,3 +60,8 @@ lint.ignore = [
60
"tests/*" = ["D", "UP"]
61
[tool.ruff.lint.pydocstyle]
62
convention = "google"
63
+
64
+[dependency-groups]
65
+dev = [
66
+ "langgraph-cli[inmem]>=0.1.71",
67
+]
0 commit comments