Skip to content

Commit 27c0fb1

Browse files
Update dependency vllm to v0.10.1.1 [SECURITY]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 310c564 commit 27c0fb1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.10.1.1"
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.10.1.1; 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.10.1.1"
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.10.1.1; 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.10.1.1"
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.10.1.1; 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)