diff --git a/pyproject.toml b/pyproject.toml index c1989a4..5336afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tafrigh" -version = "1.1.1" +version = "1.1.2" description = "تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية wit.ai." readme = "README.md" license = { file = "LICENSE" } @@ -35,8 +35,8 @@ wit = [ "scipy==1.11.1", ] whisper = [ - "faster-whisper==0.7.1", - "openai-whisper==20230314", + "faster-whisper==0.10.0", + "openai-whisper==20231117", "stable-ts==2.8.1", ]