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.

Changed files
+3 -3
pkgs
development
python-modules
langgraph-checkpoint-postgres
+3 -3
pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix
···
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 = ''