Skip to content

Commit 816c932

Browse files
committed
fix: pin openai==1.61.0 pip due to breaking change on their side
This is until we can pick up a litellm fix. BerriAI/litellm#9424 Signed-off-by: Nick Mitchell <[email protected]>
1 parent 0ef7810 commit 816c932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies = [
1313
"PyYAML~=6.0",
1414
"jsonschema~=4.0",
1515
"litellm>=1.57.3,!=1.59.9,!=1.63.14",
16+
"openai==1.61.0",
1617
"termcolor~=2.0",
1718
"ipython>=8,<10",
1819
"json-repair~=0.35",

0 commit comments

Comments
 (0)