This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch revert-37843-update-vllm
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6da45e31e154f87af48ceb7c63205ad7cd364e18
Author: tvalentyn <[email protected]>
AuthorDate: Fri Mar 13 15:35:16 2026 -0700

    Revert "upgrade vllm for vuln (#37843)"
    
    This reverts commit ab566197fd25c1d2afb91c6271cb86bb66e36aa1.
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index bf93eaa7921..1b5e086d35a 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -627,7 +627,7 @@ if __name__ == '__main__':
           'xgboost': ['xgboost>=1.6.0,<2.1.3', 'datatable==1.0.0'],
           'tensorflow-hub': ['tensorflow-hub>=0.14.0,<0.16.0'],
           'milvus': milvus_dependency,
-          'vllm': ['openai==1.107.1', 'vllm==0.14', 'triton==3.3.1']
+          'vllm': ['openai==1.107.1', 'vllm==0.10.1.1', 'triton==3.3.1']
       },
       zip_safe=False,
       # PyPI package information.

Reply via email to