From fc8b7703c12e0b4abc5e4f52c3e91512aa574237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:50:54 +0000 Subject: [PATCH] chore(deps-dev): update bitsandbytes requirement from >=0.44 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.44.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0caf64..85ad5dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ finetune = [ "peft>=0.13", "trl>=0.12", "datasets>=3.0", - "bitsandbytes>=0.44", + "bitsandbytes>=0.49.2", "accelerate>=1.13.0", ] # Development and testing @@ -74,7 +74,7 @@ all = [ "fastapi>=0.136.3", "uvicorn[standard]>=0.49.0", "starlette>=1.2.1", "redis>=5.0", "httpx[http2]>=0.27", "transformers>=4.45", "peft>=0.13", "trl>=0.12", - "datasets>=3.0", "bitsandbytes>=0.44", "accelerate>=1.13.0", + "datasets>=3.0", "bitsandbytes>=0.49.2", "accelerate>=1.13.0", ] [project.scripts]