python310Packages.bentoml: 1.1.1 -> 1.1.3

Diff: https://github.com/bentoml/BentoML/compare/v1.1.1...v1.1.3

Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.3
This commit is contained in:
natsukium 2023-08-24 23:13:48 +09:00 committed by Yt
parent 6cbba87da1
commit d4c3be990d

View file

@ -12,6 +12,7 @@
, cloudpickle
, deepmerge
, fs
, inflection
, jinja2
, numpy
, opentelemetry-api
@ -67,7 +68,7 @@
}:
let
version = "1.1.1";
version = "1.1.3";
aws = [ fs-s3fs ];
grpc = [
grpcio
@ -103,7 +104,7 @@ buildPythonPackage {
owner = "bentoml";
repo = "BentoML";
rev = "v${version}";
hash = "sha256-V5lquPZT7XBnRdPIEfgbxIBHX+i4N081SYQVK0CkSo8=";
hash = "sha256-RJDFjFxTO7UhGZQB8flXug0xCpFdJqLlCZUu0O5W1YE=";
};
pythonRelaxDeps = [
@ -125,6 +126,7 @@ buildPythonPackage {
cloudpickle
deepmerge
fs
inflection
jinja2
numpy
opentelemetry-api