diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index cc5d9a0c..ade860aa 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -39,8 +39,8 @@ classifiers = [ ] dependencies = [ "bentoml[io]>=1.2.16", - "openllm-client>=0.5.6", - "openllm-core>=0.5.6", + "openllm-client>=0.5.7", + "openllm-core>=0.5.7", "safetensors", "vllm>=0.4.3", "ghapi",