From 299c096579cee4c10f8e71881831d5df967cae87 Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:25:00 -0800 Subject: [PATCH] [build] Bumping vllm version to 0.7.0 (#7978) --- build.py | 2 +- python/openai/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.py b/build.py index 1a3c1c9750..f9b2197456 100755 --- a/build.py +++ b/build.py @@ -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", } diff --git a/python/openai/requirements.txt b/python/openai/requirements.txt index 0d3fdbb8c1..ac84944631 100644 --- a/python/openai/requirements.txt +++ b/python/openai/requirements.txt @@ -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 @@ -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