Skip to content

Commit 36dbbdb

Browse files
authored
Merge pull request #18 from langchain-ai/caspar/lg-version
chore: bump langgraph to v1.0
2 parents c91f291 + 9dad044 commit 36dbbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors = [
77
]
88
readme = "README.md"
99
license = { text = "MIT" }
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dependencies = [
12-
"langgraph>=0.2.6",
12+
"langgraph>=1.0.0",
1313
"python-dotenv>=1.0.1",
1414
]
1515

0 commit comments

Comments
 (0)