python3Packages.langgraph-runtime-inmem: 0.28.0 -> 0.28.1

This commit is contained in:
R. Ryantm
2026-05-15 18:18:20 +00:00
parent 7e1df0b2e9
commit 606f0993af
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "langgraph-runtime-inmem";
version = "0.28.0";
version = "0.28.1";
pyproject = true;
# Not available in any repository
src = fetchPypi {
pname = "langgraph_runtime_inmem";
inherit (finalAttrs) version;
hash = "sha256-4CU2UItcFU8YokJAZjr3wjifQ8tPu6yZWicXtM/kDS8=";
hash = "sha256-lFfLJVVN9psEruTfnaEXLNH6e8nLWQqegH8vnkXsjr0=";
};
build-system = [ hatchling ];