From 56a9cb88ac0d87fb55f07fb6f2ee7ce02a352f6b Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Tue, 4 Feb 2025 19:19:59 +0800 Subject: [PATCH] fix: pin bentoml version (#42) Signed-off-by: Frost Ming --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca352ab..d4d675e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{ name = "Frost Ming", email = "frost@bentoml.com" }] readme = "README.md" requires-python = ">=3.9" dependencies = [ - "bentoml>=1.3.13", + "bentoml>=1.3.21", "click>=8.1.7", "comfy-cli>=1.2.8", ] diff --git a/requirements.txt b/requirements.txt index 89b64fb..52e79f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bentoml +bentoml>=1.3.21 fastapi comfy-cli duckduckgo-search