Skip to content

Commit 64d6d0a

Browse files
Fix openai version to 1.109.1
1 parent 29d41a4 commit 64d6d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ aqua = [
230230
"huggingface_hub",
231231
"python-dotenv",
232232
"rich",
233-
"openai"
233+
"openai==1.109.1"
234234
]
235235

236236
# To reduce backtracking (decrese deps install time) during test/dev env setup reducing number of versions pip is

0 commit comments

Comments
 (0)