Commit 57f10cbc authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langgraph-checkpoint-postgres: 3.0.4 -> 3.0.5

parent 56b874c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage rec {
  pname = "langgraph-checkpoint-postgres";
  version = "3.0.4";
  version = "3.0.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "langchain-ai";
    repo = "langgraph";
    tag = "checkpointpostgres==${version}";
    hash = "sha256-fuRfQRepdNAp+gnBbvLTREE8dwdtplKvIUQmDDk1QMY=";
    hash = "sha256-EonOCCC6aCM2PQdd3UlazEMf4zjglHx8AxHB0i2W4IY=";
  };

  postgresqlTestSetupPost = ''