From 956c715600ac5e6c5e07d64f49239b277f3e48cd Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Mon, 17 Jun 2024 13:34:28 -0400 Subject: [PATCH] chore(deps): locks to latest versions Signed-off-by: Aaron Pham --- openllm-python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",