Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down