python3Packages.langgraph-checkpoint-postgres: 2.0.23 -> 2.1.1

https://github.com/langchain-ai/langgraph/releases/tag/checkpoint==2.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:20 +02:00
parent eb7dd6e9c9
commit 8143e35fb3
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint-postgres";
version = "2.0.23";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "checkpointpostgres==${version}";
hash = "sha256-QAzT8T3bf3R3gwI/iWDYYDz0SxgLZsP61oMk72dYz4s=";
tag = "checkpoint==${version}";
hash = "sha256-UY3AChShKfOrtOQzOm5vi3Yy3rlBc+TAje9L2L6My/U=";
};
postgresqlTestSetupPost = ''