Skip to content

Commit

Permalink
fix: openai
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Nov 29, 2024
1 parent 54fc4c9 commit af9a4c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ open-aea-test-autonomy = "==0.18.3"
open-autonomy = {version = "==0.18.3", extras = ["all"]}
tomte = {version = "==0.2.17", extras = ["cli", "tests"]}
requests = ">=2.28.1,<2.31.2"
openai = "==1.12.0"
openai = "==1.55.3"
bases = "==0.3.0"
typing_validation = "==1.1.0"
typing_extensions = "==4.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/connections/openai/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ excluded_protocols: []
restricted_to_protocols: []
dependencies:
openai:
version: ==1.12.0
version: ==1.55.3
requests:
version: ==2.28.1
is_abstract: false
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deps =
open-autonomy==0.18.3
requests>=2.28.1,<2.31.2
typing-extensions==4.9.0
openai==1.12.0
openai==1.55.3
bases==0.3.0
typing_validation==1.1.0
tweepy==4.14.0
Expand Down

0 comments on commit af9a4c7

Please sign in to comment.