Skip to content

Commit 7f8691c

Browse files
jeremymanningclaude
andcommitted
Fix CI: Update langgraph version for sqlite checkpoint support
- Update langgraph version from >=0.1.0 to >=0.2.0 - Resolves ModuleNotFoundError for langgraph.checkpoint.sqlite 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c25a019 commit 7f8691c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
# LangChain for structured outputs
4343
"langchain>=0.1.0",
4444
"langchain-core>=0.1.0",
45-
"langgraph>=0.1.0",
45+
"langgraph>=0.2.0",
4646
# Web search and browser automation
4747
"requests>=2.28.0",
4848
"beautifulsoup4>=4.11.0",

0 commit comments

Comments
 (0)