Skip to content

Commit

Permalink
[build] Bumping vllm version to 0.7.0 (#7978)
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv authored Feb 13, 2025
1 parent 0d99f0c commit 89495a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"ort_openvino_version": "2024.5.0",
"standalone_openvino_version": "2024.5.0",
"dcgm_version": "3.3.6",
"vllm_version": "0.6.3.post1",
"vllm_version": "0.7.0",
"rhel_py_version": "3.12.3",
}

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

0 comments on commit 89495a3

Please sign in to comment.