summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Boniface <edhyjox@gmail.com>2025-08-09 05:57:49 +0200
committerGitHub <noreply@github.com>2025-08-09 05:57:49 +0200
commit5a45dd6ba0f0e38c3625c8bc5b30cf0f2a7d8cfd (patch)
tree96f0a19358c3e3a062829e08aa47694b7a32c668
parenttreewide: use finalAttrs.finalPackage in testers.testVersion (#431103) (diff)
parentpython3Packages.langgraph-prebuilt: 0.6.1 -> 0.6.3 (diff)
downloadnixpkgs-5a45dd6ba0f0e38c3625c8bc5b30cf0f2a7d8cfd.tar.gz
python3Packages.langgraph-prebuilt: 0.6.1 -> 0.6.3 (#431287)
-rw-r--r--pkgs/development/python-modules/langgraph-prebuilt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/langgraph-prebuilt/default.nix b/pkgs/development/python-modules/langgraph-prebuilt/default.nix
index c3f4e850bcde..e866d965871e 100644
--- a/pkgs/development/python-modules/langgraph-prebuilt/default.nix
+++ b/pkgs/development/python-modules/langgraph-prebuilt/default.nix
@@ -31,14 +31,14 @@
# It exists so the langgraph team can iterate on it without having to rebuild langgraph.
buildPythonPackage rec {
pname = "langgraph-prebuilt";
- version = "0.6.1";
+ version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langgraph";
tag = "prebuilt==${version}";
- hash = "sha256-8mubZSV1CDgYzykKaaWqn04yJldAgdGmgZDm54towWc=";
+ hash = "sha256-bASxPjOElhJhOAc0XiSqZ+i+dKETYi1KTFgamlJHA9Y=";
};
sourceRoot = "${src.name}/libs/prebuilt";