Skip to content

Commit 89495a3

Browse files
authored
[build] Bumping vllm version to 0.7.0 (#7978)
1 parent 0d99f0c commit 89495a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"ort_openvino_version": "2024.5.0",
7979
"standalone_openvino_version": "2024.5.0",
8080
"dcgm_version": "3.3.6",
81-
"vllm_version": "0.6.3.post1",
81+
"vllm_version": "0.7.0",
8282
"rhel_py_version": "3.12.3",
8383
}
8484

python/openai/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions
@@ -29,7 +29,7 @@ fastapi==0.115.6
2929
# Fix httpx version to avoid bug in openai library:
3030
# https://community.openai.com/t/error-with-openai-1-56-0-client-init-got-an-unexpected-keyword-argument-proxies/1040332/3
3131
httpx==0.27.2
32-
openai==1.40.6
32+
openai==1.60.0
3333
# Minimum starlette version needed to address CVE:
3434
# https://github.com/advisories/GHSA-f96h-pmfr-66vw
3535
starlette>=0.40.0

0 commit comments

Comments
 (0)