about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bentoml
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-08-24 23:13:48 +0900
committerYt <happysalada@tuta.io>2023-08-24 23:24:36 +0800
commitd4c3be990dcdc5a857268477da75f1f5fee8405c (patch)
treeba09f347de22e6dc72c3f3c5b54e5674e8d77eb1 /pkgs/development/python-modules/bentoml
parent6cbba87da11bd5c5fec58941cee96959469b7926 (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/bentoml')
-rw-r--r--pkgs/development/python-modules/bentoml/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bentoml/default.nix b/pkgs/development/python-modules/bentoml/default.nix
index 0b7aee718ff6e..ff3a52809946a 100644
--- a/pkgs/development/python-modules/bentoml/default.nix
+++ b/pkgs/development/python-modules/bentoml/default.nix
@@ -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