From f22606b4c7c67cd5f9a82ee8127ed48513fb10e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:45:20 +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 44df84bd..c82aca26 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