From ba962af9146de79adca108a6f8d8fc5729ff82cd Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - DINUM Date: Sun, 1 Dec 2024 12:12:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(backend)=20bump=20openai=20l?= =?UTF-8?q?ibrary=20version=20as=20it=20breaks=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This looks like an instability in the openai library's definition of dependencies. --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 61863eb9..e87c3d4d 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "jsonschema==4.23.0", "markdown==3.7", "nested-multipart-parser==1.5.0", - "openai==1.52.0", + "openai==1.55.3", "psycopg[binary]==3.2.3", "PyJWT==2.9.0", "pypandoc==1.14",