Skip to content

Commit 05e3b6e

Browse files
authored
build: Bump vLLM to address CVE (#644)
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 18586bb commit 05e3b6e

2 files changed

Lines changed: 304 additions & 133 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ dependencies = [
8080

8181
[project.optional-dependencies]
8282
inframework = []
83-
vllm = ["vllm~=0.14.1", "pandas", "timm"]
83+
vllm = ["vllm~=0.18.0", "pandas", "timm"]
8484
trtllm = ["tensorrt-llm~=1.1.0", "cuda-python~=13.0.0"]
8585
trt-onnx = [
8686
"tensorrt==10.14.1.48.post1",
87-
"onnx==1.18.0",
87+
"onnx==1.21.0",
8888
"onnxscript>=0.6.0",
8989
"transformers==4.51.3",
9090
]
@@ -162,7 +162,7 @@ override-dependencies = [
162162
"protobuf~=6.33.5",
163163
"opencv-python-headless; sys_platform == 'never'",
164164
"cryptography>=43.0.0,<47",
165-
"onnx<1.20.0"
165+
"onnx<1.20.0",
166166
]
167167
prerelease = "allow"
168168

0 commit comments

Comments
 (0)