python3Packages.langgraph-prebuilt: 0.6.1 -> 0.6.3 (#431287)

authored by Yohann Boniface and committed by GitHub 5a45dd6b 98e069c0

+2 -2
+2 -2
pkgs/development/python-modules/langgraph-prebuilt/default.nix
··· 31 # It exists so the langgraph team can iterate on it without having to rebuild langgraph. 32 buildPythonPackage rec { 33 pname = "langgraph-prebuilt"; 34 - version = "0.6.1"; 35 pyproject = true; 36 37 src = fetchFromGitHub { 38 owner = "langchain-ai"; 39 repo = "langgraph"; 40 tag = "prebuilt==${version}"; 41 - hash = "sha256-8mubZSV1CDgYzykKaaWqn04yJldAgdGmgZDm54towWc="; 42 }; 43 44 sourceRoot = "${src.name}/libs/prebuilt";
··· 31 # It exists so the langgraph team can iterate on it without having to rebuild langgraph. 32 buildPythonPackage rec { 33 pname = "langgraph-prebuilt"; 34 + version = "0.6.3"; 35 pyproject = true; 36 37 src = fetchFromGitHub { 38 owner = "langchain-ai"; 39 repo = "langgraph"; 40 tag = "prebuilt==${version}"; 41 + hash = "sha256-bASxPjOElhJhOAc0XiSqZ+i+dKETYi1KTFgamlJHA9Y="; 42 }; 43 44 sourceRoot = "${src.name}/libs/prebuilt";