diff --git a/pyproject.toml b/pyproject.toml index 2a01b388..f1a094af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,7 +187,7 @@ docx = ["python-docx>=1.1.0"] # Optional: the ElevenLabs AI Voice provider is inert unless this is installed and # an "ElevenLabs API key" credential is configured. All calls go through the # host-owned gateway quill/core/ai/elevenlabs_tts.py (the only importer of the SDK). -elevenlabs = ["elevenlabs>=2.59.0"] +elevenlabs = ["elevenlabs>=2.63.0"] # Native Windows OCR (OCR-1): thin pip wheels projecting the Windows.Media.Ocr # WinRT APIs that ship inside Windows 10/11. The OCR engine itself is a built-in # OS component, so end users install nothing extra — bundling these wheels makes