diff --git a/sdk/voice/pyproject.toml b/sdk/voice/pyproject.toml index 9006bd1f..cd3f0e91 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.3", + "speechmatics-rt>=1.0.0,<2", "pydantic>=2.10.6,<3", "numpy>=1.26.4,<3" ] @@ -53,6 +53,7 @@ dev = [ "pytest-asyncio", "pytest-cov", "pytest-mock", + "aiofiles", "build", ]