python3Packages.langgraph-runtime-inmem: 0.23.1 -> 0.23.2

This commit is contained in:
R. Ryantm
2026-02-06 14:48:57 +00:00
parent 04691f35dd
commit b56fd982f1
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "langgraph-runtime-inmem";
version = "0.23.1";
version = "0.23.2";
pyproject = true;
# Not available in any repository
src = fetchPypi {
pname = "langgraph_runtime_inmem";
inherit (finalAttrs) version;
hash = "sha256-94VLsnQt15eujRmlHTty1iGLUcuWGvT+m0N7tQcQiQs=";
hash = "sha256-HrmkC6llvww1FBSbQRpo4KfWdU16XxcSY2tmRsUg/Ns=";
};
build-system = [ hatchling ];