Skip to content

Commit ebfedd4

Browse files
Update dependency vllm [SECURITY]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e714801 commit ebfedd4

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

model-servers/vllm/0.11.0/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ transformers = "~=4.55.2"
3636
triton = "==3.2.0"
3737
typing_extensions = "~=4.12.2"
3838
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
39-
vllm = "==0.11.0"
39+
vllm = "==0.14.0"
4040
vllm-nccl-cu12 = "==2.18.1.0.4.0"
4141
wheel = "~=0.43.0"
4242
xformers = "==0.0.32.post1" # Required by vllm 0.11.0 with PyTorch 2.8.0

model-servers/vllm/0.11.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ujson==5.9.0; python_version >= '3.8'
9999
urllib3==2.2.1; python_version >= '3.8'
100100
uvicorn[standard]==0.29.0; python_version >= '3.8'
101101
uvloop==0.19.0
102-
vllm==0.11.0; python_version >= '3.9' and python_full_version < '3.13'
102+
vllm==0.14.0; python_version >= '3.9' and python_full_version < '3.13'
103103
vllm-nccl-cu12==2.18.1.0.4.0
104104
watchfiles==0.21.0
105105
websockets==12.0

model-servers/vllm/0.6.4/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ transformers = "~=4.40.2"
3636
triton = "==2.3.0"
3737
typing_extensions = "~=4.11.0"
3838
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
39-
vllm = "==v0.6.4"
39+
vllm = "==0.12.0"
4040
vllm-flash-attn = "==2.6.2"
4141
vllm-nccl-cu12 = "==2.18.1.0.4.0"
4242
wheel = "~=0.43.0"

model-servers/vllm/0.6.4/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
9898
urllib3==2.2.1; python_version >= '3.8'
9999
uvicorn[standard]==0.29.0; python_version >= '3.8'
100100
uvloop==0.19.0
101-
vllm==0.6.4; python_version >= '3.9'
101+
vllm==0.12.0; python_version >= '3.9'
102102

103103
vllm-nccl-cu12==2.18.1.0.4.0
104104
watchfiles==0.21.0

model-servers/vllm/0.6.6/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ transformers = "~=4.40.2"
3636
triton = "==2.3.0"
3737
typing_extensions = "~=4.11.0"
3838
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
39-
vllm = "==v0.6.6"
39+
vllm = "==0.12.0"
4040
vllm-flash-attn = "==2.6.2"
4141
vllm-nccl-cu12 = "==2.18.1.0.4.0"
4242
wheel = "~=0.43.0"

model-servers/vllm/0.6.6/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
9898
urllib3==2.2.1; python_version >= '3.8'
9999
uvicorn[standard]==0.29.0; python_version >= '3.8'
100100
uvloop==0.19.0
101-
vllm==0.6.6; python_version >= '3.9'
101+
vllm==0.12.0; python_version >= '3.9'
102102

103103
vllm-nccl-cu12==2.18.1.0.4.0
104104
watchfiles==0.21.0

model-servers/vllm/0.8.4/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ transformers = "~=4.40.2"
3636
triton = "==2.3.0"
3737
typing_extensions = "~=4.11.0"
3838
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
39-
vllm = "==v0.8.4"
39+
vllm = "==0.12.0"
4040
vllm-flash-attn = "==2.6.2"
4141
vllm-nccl-cu12 = "==2.18.1.0.4.0"
4242
wheel = "~=0.43.0"

model-servers/vllm/0.8.4/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
9898
urllib3==2.2.1; python_version >= '3.8'
9999
uvicorn[standard]==0.29.0; python_version >= '3.8'
100100
uvloop==0.19.0
101-
vllm==0.8.4; python_version >= '3.9' and python_full_version < '3.13'
101+
vllm==0.12.0; python_version >= '3.9' and python_full_version < '3.13'
102102

103103
vllm-nccl-cu12==2.18.1.0.4.0
104104
watchfiles==0.21.0

0 commit comments

Comments
 (0)