Commit 9bda9c3a authored by Sarah Clark's avatar Sarah Clark
Browse files

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

parent 81501ab2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "langgraph-checkpoint-postgres";
  version = "2.0.13";
  version = "2.0.15";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "langchain-ai";
    repo = "langgraph";
    tag = "checkpointpostgres==${version}";
    hash = "sha256-Vz2ZoikEZuMvt3j9tvBIcXCwWSrCV8MI7x9PIHodl8Y=";
    hash = "sha256-8JNPKaaKDM7VROd1n9TDALN6yxKRz1CuAultBcqBMG0=";
  };

  postgresqlTestSetupPost = ''