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

cvandermerwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ab566197fd2 upgrade vllm for vuln (#37843)
ab566197fd2 is described below

commit ab566197fd25c1d2afb91c6271cb86bb66e36aa1
Author: claudevdm <[email protected]>
AuthorDate: Thu Mar 12 21:44:09 2026 -0400

    upgrade vllm for vuln (#37843)
    
    Co-authored-by: Claude <[email protected]>
---
 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 1b5e086d35a..bf93eaa7921 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.10.1.1', 'triton==3.3.1']
+          'vllm': ['openai==1.107.1', 'vllm==0.14', 'triton==3.3.1']
       },
       zip_safe=False,
       # PyPI package information.

Reply via email to