python312Packages.langgraph-checkpoint-sqlite: 2.0.11 -> 3.0.0

This commit is contained in:
Sarah Clark
2025-10-28 12:50:08 -07:00
parent 6583104e69
commit 74f6e36f38
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint-sqlite";
version = "2.0.11";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "checkpointsqlite==${version}";
hash = "sha256-v/gRYkiS4AR1epWwPdG/QYbnUYte894kHTn5F58pVGI=";
hash = "sha256-YjO8KfDx7lZOps+dG7CPsY7LOqhKIBdfCXexPsR2pB4=";
};
sourceRoot = "${src.name}/libs/checkpoint-sqlite";