From d057a9ff65de870ed3807d381d84c61f66a2589c Mon Sep 17 00:00:00 2001 From: yshalsager Date: Mon, 11 Dec 2023 17:02:25 +0200 Subject: [PATCH] chore(deps): Bump stable-ts to support whsiper 20231117 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5336afb..72466c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tafrigh" -version = "1.1.2" +version = "1.1.3" description = "تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية wit.ai." readme = "README.md" license = { file = "LICENSE" } @@ -37,7 +37,7 @@ wit = [ whisper = [ "faster-whisper==0.10.0", "openai-whisper==20231117", - "stable-ts==2.8.1", + "stable-ts==2.13.4", ] [project.urls]