From bc3ce50e450c49b4bbea8ccfe56bf062bb549805 Mon Sep 17 00:00:00 2001 From: Sam Sykes Date: Tue, 16 Dec 2025 19:20:18 +0000 Subject: [PATCH] fix to use rt 0.5.3 --- sdk/voice/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/voice/pyproject.toml b/sdk/voice/pyproject.toml index a339b22..ef0fa8e 100644 --- a/sdk/voice/pyproject.toml +++ b/sdk/voice/pyproject.toml @@ -11,7 +11,7 @@ authors = [{ name = "Speechmatics", email = "support@speechmatics.com" }] license = "MIT" requires-python = ">=3.9" dependencies = [ - "speechmatics-rt>=0.5.2", + "speechmatics-rt>=0.5.3", "pydantic>=2.10.6,<3", "numpy>=1.26.4,<3" ]