Skip to content

Commit 5c5c710

Browse files
authored
Revert "upgrade vllm for vuln" (#37856)
This reverts commit ab56619.
1 parent d6d2433 commit 5c5c710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def get_portability_package_data():
627627
'xgboost': ['xgboost>=1.6.0,<2.1.3', 'datatable==1.0.0'],
628628
'tensorflow-hub': ['tensorflow-hub>=0.14.0,<0.16.0'],
629629
'milvus': milvus_dependency,
630-
'vllm': ['openai==1.107.1', 'vllm==0.14', 'triton==3.3.1']
630+
'vllm': ['openai==1.107.1', 'vllm==0.10.1.1', 'triton==3.3.1']
631631
},
632632
zip_safe=False,
633633
# PyPI package information.

0 commit comments

Comments
 (0)