python312Packages.langgraph-checkpoint-sqlite: 2.0.5 -> 2.0.6

This commit is contained in:
Sarah Clark
2025-04-05 09:53:21 -07:00
parent 412cfc3ee3
commit c74a6fd6bf
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint-sqlite";
version = "2.0.5";
version = "2.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "checkpointsqlite==${version}";
hash = "sha256-8JNPKaaKDM7VROd1n9TDALN6yxKRz1CuAultBcqBMG0=";
hash = "sha256-UUlrhQS0C2rPp//+LwU2rgR4R3AM5fM9X3CYvi/DAy8=";
};
sourceRoot = "${src.name}/libs/checkpoint-sqlite";