mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 04:58:34 +03:00
chore(deps): update dependency mypy to v1.4.1 (#32)
Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,7 @@ class LocalStrategy:
|
||||
def run_whisper(
|
||||
self,
|
||||
filepath: str,
|
||||
task: str,
|
||||
task: Literal["translate", "transcribe"],
|
||||
config: Optional[schemas.JobConfig],
|
||||
job_id: UUID,
|
||||
) -> List[Any]:
|
||||
|
||||
@@ -35,7 +35,7 @@ tooling = [
|
||||
"python-dotenv ==1.0.0",
|
||||
"pytest ==7.4.0",
|
||||
# types
|
||||
"mypy ==1.0.1",
|
||||
"mypy ==1.4.1",
|
||||
"types-requests ==2.31.0.1"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user