python312Packages.langgraph-checkpoint-postgres: 2.0.15->2.0.19

This commit is contained in:
Sarah Clark
2025-04-05 09:53:21 -07:00
parent 350453b75f
commit 412cfc3ee3
@@ -9,7 +9,7 @@
# dependencies
langgraph-checkpoint,
orjson,
ormsgpack,
psycopg,
psycopg-pool,
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "langgraph-checkpoint-postgres";
version = "2.0.15";
version = "2.0.19";
pyproject = true;
src = fetchFromGitHub {
@@ -48,7 +48,7 @@ buildPythonPackage rec {
dependencies = [
langgraph-checkpoint
orjson
ormsgpack
psycopg
psycopg-pool
];