From c14b85c12bf7655ea575e9ed43094ea09945d46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 4 Mar 2025 10:26:11 -0800 Subject: [PATCH] pyproject: update pyht to 0.1.12 Fixes #1309 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c91f7f99..dd58b1bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ noisereduce = [ "noisereduce~=3.0.3" ] openai = [ "websockets~=13.1" ] openpipe = [ "openpipe~=4.45.0" ] perplexity = [] -playht = [ "pyht~=0.1.6", "websockets~=13.1" ] +playht = [ "pyht~=0.1.12", "websockets~=13.1" ] rime = [ "websockets~=13.1" ] riva = [ "nvidia-riva-client~=2.18.0" ] sentry = [ "sentry-sdk~=2.20.0" ]