python3Packages.langgraph-prebuilt: 1.0.12 -> 1.1.0

This commit is contained in:
Sarah Clark
2026-06-18 15:59:49 -07:00
parent 000e6d3787
commit c4cf3e9305
@@ -32,14 +32,15 @@
# It exists so the langgraph team can iterate on it without having to rebuild langgraph.
buildPythonPackage (finalAttrs: {
pname = "langgraph-prebuilt";
version = "1.0.12";
version = "1.1.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "prebuilt==${finalAttrs.version}";
hash = "sha256-J899GIBdXHjZVMwZlnn5GH52/TNjzLukc4Xp/qc8NOM=";
hash = "sha256-xSYJ9D86GuaJEgQYk+pkJ4O7HK6HXfAOGBv4f1CBY5g=";
};
sourceRoot = "${finalAttrs.src.name}/libs/prebuilt";