python3Packages.bentoml: 1.1.11 -> 1.2.5

https://github.com/bentoml/BentoML/releases/tag/v1.2.5
This commit is contained in:
Martin Weinelt 2024-03-08 02:39:19 +01:00
parent c3698af409
commit a7124a9e13

View file

@ -69,7 +69,7 @@
}:
let
version = "1.1.11";
version = "1.2.5";
aws = [ fs-s3fs ];
grpc = [
grpcio
@ -105,7 +105,7 @@ buildPythonPackage {
owner = "bentoml";
repo = "BentoML";
rev = "refs/tags/v${version}";
hash = "sha256-2EjltGfmLalgPD9XNYYduYGzqbumqoglVVL+AbRzMJE=";
hash = "sha256-GBKxyjCs02mxYiMK4GhgFUATRCUSVf8mFbWjuPVD7SU=";
};
# https://github.com/bentoml/BentoML/pull/4227 should fix this test