python3Packages.langgraph-runtime-inmem: 0.28.0 -> 0.28.1 (#520581)

This commit is contained in:
Michael Daniels 2026-05-23 17:25:40 +00:00 committed by GitHub
commit f4abbf4dd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];