From e0b86761d93b491a46abb1c9274bc8ae506a9c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:48:02 +0000 Subject: [PATCH] build: bump ctranslate2 from 4.6.0 to 4.6.3 Bumps [ctranslate2](https://github.com/OpenNMT/CTranslate2) from 4.6.0 to 4.6.3. - [Release notes](https://github.com/OpenNMT/CTranslate2/releases) - [Changelog](https://github.com/OpenNMT/CTranslate2/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenNMT/CTranslate2/compare/v4.6.0...v4.6.3) --- updated-dependencies: - dependency-name: ctranslate2 dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11287b0b..30a9f0a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ dependencies = [ "timm", "bitsandbytes; sys_platform != 'darwin' or platform_machine != 'arm64'", "optimum-quanto>=0.2.5", - "ctranslate2==4.6.0", + "ctranslate2==4.6.3", "whisper-s2t==1.3.1", "hqq==0.2.7.post1", "torchao>=0.12.0", #ref: https://github.com/pytorch/ao/issues/2919#issue-3375688762