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