python3Packages.langgraph-checkpoint: 4.0.0 -> 4.0.1

(cherry picked from commit 8b0c8651f4)
This commit is contained in:
Sarah Clark
2026-03-07 10:59:29 -08:00
parent f4d3c947f5
commit fc8d2bffe9

View File

@@ -15,6 +15,7 @@
dataclasses-json,
numpy,
pandas,
pycryptodome,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
@@ -26,14 +27,14 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint";
version = "3.0.0";
version = "4.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "checkpoint==${version}";
hash = "sha256-YjO8KfDx7lZOps+dG7CPsY7LOqhKIBdfCXexPsR2pB4=";
hash = "sha256-NJSmpVshj/x6ws+jFYXGarNKNztbk5OIIMA1neFOyIY=";
};
sourceRoot = "${src.name}/libs/checkpoint";
@@ -53,6 +54,7 @@ buildPythonPackage rec {
dataclasses-json
numpy
pandas
pycryptodome
pytest-asyncio
pytest-mock
pytestCheckHook