Skip to content

Commit

Permalink
bump openai 1.55.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrohitgarg committed Nov 30, 2024
1 parent 3ce91cf commit 3aecf58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3aecf58

Please sign in to comment.