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