From 74e4665e07cf551b5e908112a3fa285aa0330829 Mon Sep 17 00:00:00 2001 From: Caspar Broekhuizen Date: Fri, 17 Oct 2025 14:57:23 -0700 Subject: [PATCH 1/2] chore: bump langgraph to v1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6237d4..96bb4ac 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>=1.0.0", "python-dotenv>=1.0.1", ] From 9dad044a84b807b8e465e091a1d25a4badc4a7c0 Mon Sep 17 00:00:00 2001 From: Caspar Broekhuizen Date: Fri, 17 Oct 2025 15:00:22 -0700 Subject: [PATCH 2/2] chore: bump py version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96bb4ac..7b57297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] readme = "README.md" license = { text = "MIT" } -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "langgraph>=1.0.0", "python-dotenv>=1.0.1",