python313Packages.langgraph-prebuilt: 1.0.8 -> 1.0.9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user