mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-12 21:48:35 +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(
|
def run_whisper(
|
||||||
self,
|
self,
|
||||||
filepath: str,
|
filepath: str,
|
||||||
task: str,
|
task: Literal["translate", "transcribe"],
|
||||||
config: Optional[schemas.JobConfig],
|
config: Optional[schemas.JobConfig],
|
||||||
job_id: UUID,
|
job_id: UUID,
|
||||||
) -> List[Any]:
|
) -> List[Any]:
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ tooling = [
|
|||||||
"python-dotenv ==1.0.0",
|
"python-dotenv ==1.0.0",
|
||||||
"pytest ==7.4.0",
|
"pytest ==7.4.0",
|
||||||
# types
|
# types
|
||||||
"mypy ==1.0.1",
|
"mypy ==1.4.1",
|
||||||
"types-requests ==2.31.0.1"
|
"types-requests ==2.31.0.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user