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