chore: update version specifier for speechmatics-voice

Change the version specifier from `>=0.2.8` to
`~=0.2.8` for the `speechmatics-voice` package.
This ensures compatibility with future patch
versions while preventing potential breaking
changes from minor updates.
This commit is contained in:
Sam Sykes
2026-02-17 09:58:17 +00:00
parent b345f48ac1
commit 65fb88e61e

View File

@@ -0,0 +1 @@
- Change the version specifier from `>=0.2.8` to `~=0.2.8` for the `speechmatics-voice` package to ensure compatibility with future patch versions.