From c404896ec411f429ad35afa3351fffd12f5055ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:57:10 +0000 Subject: [PATCH] Update bitsandbytes requirement from >=0.42.0 to >=0.49.2 Updates the requirements on [bitsandbytes](https://github.com/bitsandbytes-foundation/bitsandbytes) to permit the latest version. - [Release notes](https://github.com/bitsandbytes-foundation/bitsandbytes/releases) - [Changelog](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitsandbytes-foundation/bitsandbytes/compare/0.42.0...0.49.2) --- updated-dependencies: - dependency-name: bitsandbytes dependency-version: 0.49.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad075bde..09c6db54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ finetune = [ # because bitsandbytes does not install on macOS or ARM without GPU. finetune-gpu = [ "multimind-sdk[finetune]", - "bitsandbytes>=0.42.0; sys_platform == 'linux'", + "bitsandbytes>=0.49.2; sys_platform == 'linux'", ] # Compliance features