From 3aecf589550b6606d1379c01a0b72f42a020dec5 Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Sat, 30 Nov 2024 11:47:36 +0530 Subject: [PATCH] bump openai 1.55.3 --- backend/pyproject.toml | 2 +- backend/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 47422d4..c691b4d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "flask==3.0.3", "flask-socketio==5.3.6", "flask-cors==4.0.1", - "openai==1.42.0", + "openai==1.55.3", "pydantic==2.8.2", "pydantic-settings==2.4.0", "python-dotenv==1.0.1", diff --git a/backend/requirements.txt b/backend/requirements.txt index 0f8c3e1..bcb8478 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,11 +1,11 @@ -e . anthropic==0.37.1 -composio_openai==0.5.42 +composio_openai==0.5.50 elevenlabs==1.9.0 Flask==3.0.3 Flask-SocketIO==5.3.6 Flask-Cors==4.0.1 -openai==1.42.0 +openai==1.55.3 PyJWT==2.10.0 Pillow==11.0.0 openai-function-calling==2.3.0