diff --git a/pyproject.toml b/pyproject.toml index 9c8f9ac..b5deef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ voice = [ "webrtcvad>=2.0.10", "numpy>=1.24", "pyttsx3>=2.90", - "edge-tts>=6.1", + "edge-tts>=7.2.8", ] browser = [ "playwright>=1.40", diff --git a/requirements.txt b/requirements.txt index 7406194..c209364 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ pyinstaller>=6.0 playwright>=1.40.0 # Streaming TTS -edge-tts>=6.1.0 +edge-tts>=7.2.8 # Image processing (media factory) Pillow>=10.0.0