From 8a349b31d303e5cac71df7851f0bc71b41d5c32d Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Thu, 28 Nov 2024 18:05:09 +0100 Subject: [PATCH] bump openai to 1.55.3 --- examples/server/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/tests/requirements.txt b/examples/server/tests/requirements.txt index d01620255..074b9d47b 100644 --- a/examples/server/tests/requirements.txt +++ b/examples/server/tests/requirements.txt @@ -2,6 +2,6 @@ aiohttp~=3.9.3 pytest~=8.3.3 huggingface_hub~=0.23.2 numpy~=1.26.4 -openai~=1.55.2 +openai~=1.55.3 prometheus-client~=0.20.0 requests~=2.32.3