From 0fc209da72fcaf3769da40d01b5c48136bd9e8a5 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Mon, 12 Jun 2023 01:26:25 -0400 Subject: [PATCH] chore: bump up dependencies for BentoML Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 778b283c..17945fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ # bentoml[io] includes pydantic, PIL, filetype, pandas and numpy # bentoml[grpc,grpc-reflection] include grpcio, grpcio-reflection - "bentoml[grpc,grpc-reflection,io]>=1.0.21", + "bentoml[grpc,grpc-reflection,io]>=1.0.22", "attrs>=23.1.0", "cattrs>=23.1.0", # transformers[torch] includes torch and transformers