diff --git a/pkgs/development/python-modules/langgraph-prebuilt/default.nix b/pkgs/development/python-modules/langgraph-prebuilt/default.nix index 065651f4c5d9..8376a03386ce 100644 --- a/pkgs/development/python-modules/langgraph-prebuilt/default.nix +++ b/pkgs/development/python-modules/langgraph-prebuilt/default.nix @@ -14,6 +14,7 @@ # tests langgraph-checkpoint-postgres, langgraph-checkpoint-sqlite, + langgraph-sdk, postgresql, postgresqlTestHook, psycopg, @@ -31,14 +32,14 @@ # It exists so the langgraph team can iterate on it without having to rebuild langgraph. buildPythonPackage (finalAttrs: { pname = "langgraph-prebuilt"; - version = "1.0.8"; + version = "1.0.9"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langgraph"; tag = "prebuilt==${finalAttrs.version}"; - hash = "sha256-Gsh2bCcity0zf9A+FENxwktK5j3WhQOG/jZmhJ18KVE="; + hash = "sha256-B9ntvj6qoKd63W/cPkevtfHbv8XUxmkaWupxURA8C68="; }; sourceRoot = "${finalAttrs.src.name}/libs/prebuilt"; @@ -48,6 +49,7 @@ buildPythonPackage (finalAttrs: { dependencies = [ langchain-core langgraph-checkpoint + langgraph-sdk ]; skipPythonImportsCheck = true; # This will be packaged with langgraph