From 7987916d551b91b5eaca27d53f6804623fbfc446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:13:36 +0000 Subject: [PATCH] chore(deps): update bitsandbytes requirement in /fowoco-knowledge 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.50.1) --- updated-dependencies: - dependency-name: bitsandbytes dependency-version: 0.50.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fowoco-knowledge/hr-intent-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fowoco-knowledge/hr-intent-service/requirements.txt b/fowoco-knowledge/hr-intent-service/requirements.txt index bc9086a..b4ff1d4 100644 --- a/fowoco-knowledge/hr-intent-service/requirements.txt +++ b/fowoco-knowledge/hr-intent-service/requirements.txt @@ -3,6 +3,6 @@ uvicorn[standard]>=0.30.0,<1 pydantic-settings>=2.5.0,<3 transformers>=4.46.0,<5 accelerate>=1,<2 -bitsandbytes>=0.44,<1 +bitsandbytes>=0.50.1,<1 peft>=0.13,<1 torch>=2.4,<3