Skip to content

Commit 4ab07f1

Browse files
committed
chore: update dependencies for prebuilt bentos
Signed-off-by: Aaron Pham <[email protected]>
1 parent d0c50bf commit 4ab07f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/templates/requirements.txt.j2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
bentoml==1.4.12
2-
vllm==0.8.5
3-
fastapi==0.115.4
4-
pydantic==2.11.1
5-
openai==1.69.0
1+
bentoml==1.4.15
2+
vllm==0.9.0
3+
fastapi
4+
pydantic
5+
openai
66
{% for req in requirements %}
77
{{ req }}
88
{% endfor %}

0 commit comments

Comments
 (0)