Skip to content

Commit 5bac28e

Browse files
committed
chore(deps): bump deepgram-captions to 2.0.0
2.0.0 ships py.typed so the import-untyped ignore comment is no longer needed.
1 parent 7ee635c commit 5bac28e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/deepctl-cmd-listen/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"rich>=13.0.0",
2828
"pydantic>=2.0.0",
2929
"websockets>=11.0",
30-
"deepgram-captions>=1.0.0",
30+
"deepgram-captions>=2.0.0",
3131
]
3232

3333
[project.optional-dependencies]

packages/deepctl-cmd-listen/src/deepctl_cmd_listen/captions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from typing import Any
2222

23-
from deepgram_captions import DeepgramConverter # type: ignore[import-untyped]
23+
from deepgram_captions import DeepgramConverter
2424
from deepgram_captions import srt as _srt
2525
from deepgram_captions import webvtt as _webvtt
2626

0 commit comments

Comments
 (0)