infra: prepare for release 0.5.7 [generated] [skip ci]

Signed-off-by: Aaron <contact@aarnphm.xyz>
This commit is contained in:
Aaron
2024-06-14 02:38:45 +00:00
parent 3251ad1f2c
commit 5ccba0227e
5 changed files with 12 additions and 4 deletions

View File

@@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.5.7](https://github.com/bentoml/openllm/tree/v0.5.7)
No significant changes.
## [0.5.6](https://github.com/bentoml/openllm/tree/v0.5.6)
No significant changes.

View File

@@ -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",