From 9be826fd14a9a2f58380d4d2f070c1f146c66ac8 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 2 Dec 2024 13:30:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(summary)=20upgrade=20openai?= =?UTF-8?q?=20client=20to=201.55.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Got an unexpected error while instantiating the openai client since I installed sentry deps. I've upgraded openai version without digging much, and it worked again. --- src/summary/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index 9db958bd..9f6f6ffb 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "celery==5.4.0", "redis==4.5.4", "minio==7.2.9", - "openai==1.51.2", + "openai==1.55.3", "requests==2.32.3", "sentry-sdk[fastapi, celery]==2.19.0", ]