fix: pin openai package upper bound to <=1.99.1
This commit is contained in:
@@ -33,7 +33,7 @@ dependencies = [
|
||||
"pyloudnorm~=0.1.1",
|
||||
"resampy~=0.4.3",
|
||||
"soxr~=0.5.0",
|
||||
"openai>=1.74.0,<2",
|
||||
"openai>=1.74.0,<=1.99.1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user