python312Packages.langgraph-checkpoint-postgres: 2.0.19 -> 2.0.21 (#400452)

This commit is contained in:
Pol Dellaiera
2025-04-21 20:25:24 +00:00
committed by GitHub
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint-postgres";
version = "2.0.19";
version = "2.0.21";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "checkpointpostgres==${version}";
hash = "sha256-8JNPKaaKDM7VROd1n9TDALN6yxKRz1CuAultBcqBMG0=";
hash = "sha256-hl1EBOtUkSfHGxsM+LOZPLSvkW7hdHS08klpvA7/Bd0=";
};
postgresqlTestSetupPost = ''