diff --git a/pyproject.toml b/pyproject.toml index a6237d4..ff01d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" license = { text = "MIT" } requires-python = ">=3.9" dependencies = [ - "langgraph>=0.2.6", + "langgraph>=0.6.0", "python-dotenv>=1.0.1", ]