Add deprecation version to update_options in GoogleSTTService

This commit is contained in:
Mark Backman
2026-03-31 23:21:50 -04:00
parent 197d96fc49
commit c763abc4ae

View File

@@ -755,7 +755,7 @@ class GoogleSTTService(STTService):
) -> None:
"""Update service options dynamically.
.. deprecated::
.. deprecated:: 0.0.104
Use ``STTUpdateSettingsFrame`` with ``GoogleSTTService.Settings(...)``
instead.