From 6fa2cae3de9871cfa6ce8927eb6068033847402d Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 4 Mar 2026 21:02:21 +0000 Subject: [PATCH] python3Packages.langgraph-runtime-inmem: 0.23.2 -> 0.26.0 --- .../python-modules/langgraph-runtime-inmem/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langgraph-runtime-inmem/default.nix b/pkgs/development/python-modules/langgraph-runtime-inmem/default.nix index fa99322126bf..3748e4f07da9 100644 --- a/pkgs/development/python-modules/langgraph-runtime-inmem/default.nix +++ b/pkgs/development/python-modules/langgraph-runtime-inmem/default.nix @@ -4,6 +4,7 @@ fetchPypi, hatchling, blockbuster, + croniter, langgraph, langgraph-checkpoint, sse-starlette, @@ -13,20 +14,21 @@ buildPythonPackage (finalAttrs: { pname = "langgraph-runtime-inmem"; - version = "0.23.2"; + version = "0.26.0"; pyproject = true; # Not available in any repository src = fetchPypi { pname = "langgraph_runtime_inmem"; inherit (finalAttrs) version; - hash = "sha256-HrmkC6llvww1FBSbQRpo4KfWdU16XxcSY2tmRsUg/Ns="; + hash = "sha256-ucWH0TOTIKKlSlcKIa7K9Z7rxL4HzvHYpbA18/LGHWo="; }; build-system = [ hatchling ]; dependencies = [ blockbuster + croniter langgraph langgraph-checkpoint sse-starlette