⬆️(summary) upgrade openai client to 1.55.3

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.
This commit is contained in:
lebaudantoine
2024-12-02 13:30:22 +01:00
committed by aleb_the_flash
parent 4fe01ae2bf
commit 9be826fd14

View File

@@ -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",
]