Add verse voice and bump the OpenAI version

This commit is contained in:
Mark Backman
2025-04-03 08:23:59 -04:00
parent e3704cd1a1
commit 19a82f9522
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ dependencies = [
"pyloudnorm~=0.1.1",
"resampy~=0.4.3",
"soxr~=0.5.0",
"openai~=1.67.0"
"openai~=1.70.0"
]
[project.urls]