Skip to content

Commit bc3ce50

Browse files
committed
fix to use rt 0.5.3
1 parent cecb235 commit bc3ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/voice/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [{ name = "Speechmatics", email = "support@speechmatics.com" }]
1111
license = "MIT"
1212
requires-python = ">=3.9"
1313
dependencies = [
14-
"speechmatics-rt>=0.5.2",
14+
"speechmatics-rt>=0.5.3",
1515
"pydantic>=2.10.6,<3",
1616
"numpy>=1.26.4,<3"
1717
]

0 commit comments

Comments
 (0)