python3Packages.langgraph-runtime-inmem: 0.23.2 -> 0.26.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user