fix: pin openai package upper bound to <=1.99.1

This commit is contained in:
Mark Backman
2025-08-07 18:00:25 -04:00
parent 9ca79232c1
commit 312fb23c89
2 changed files with 7 additions and 2 deletions

View File

@@ -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]