python3Packages.kserve: 0.18.0 -> 0.19.0

Diff: https://github.com/kserve/kserve/compare/v0.18.0...v0.19.0

Changelog: https://github.com/kserve/kserve/releases/tag/v0.19.0
This commit is contained in:
Gaetan Lepage
2026-06-14 14:54:47 +00:00
parent 7820e0a5de
commit 16a84aac3c
@@ -24,6 +24,7 @@
prometheus-client,
protobuf,
psutil,
pyasn1,
pydantic,
python-dateutil,
python-multipart,
@@ -59,7 +60,7 @@
buildPythonPackage (finalAttrs: {
pname = "kserve";
version = "0.18.0";
version = "0.19.0";
pyproject = true;
__structuredAttrs = true;
@@ -67,7 +68,7 @@ buildPythonPackage (finalAttrs: {
owner = "kserve";
repo = "kserve";
tag = "v${finalAttrs.version}";
hash = "sha256-qmv6DzYA/c/uGS4LNTdn3PnzhtLrhprF6r9ccngsUTU=";
hash = "sha256-i8eFdXwNLPTdEj2MnNAMbefxQGkMLHNwZXxg8+zv6v0=";
};
sourceRoot = "${finalAttrs.src.name}/python/kserve";
@@ -106,6 +107,7 @@ buildPythonPackage (finalAttrs: {
prometheus-client
protobuf
psutil
pyasn1
pydantic
python-dateutil
python-multipart