From 583992a76f3ed8235ce9213bfce276848755252d Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Sat, 5 Sep 2026 01:02:43 +0200 Subject: [PATCH 1/2] chore: :arrow_up: Update ggml-org/whisper.cpp to `52a939a2a762224e255d366c1182b2af4dd1a032` (#11877) :arrow_up: Update ggml-org/whisper.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- backend/go/whisper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/whisper/Makefile b/backend/go/whisper/Makefile index c1844ff6d230..bd789a9156e8 100644 --- a/backend/go/whisper/Makefile +++ b/backend/go/whisper/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # whisper.cpp version WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp -WHISPER_CPP_VERSION?=eacbd8234c6654cdbf2c377f72b2106875479bdc +WHISPER_CPP_VERSION?=52a939a2a762224e255d366c1182b2af4dd1a032 SO_TARGET?=libgowhisper.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF From 3e98ec935a2da4fe91029c67becae2f89a94a032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:03:02 +0200 Subject: [PATCH 2/2] chore(deps): bump grpcio from 1.82.1 to 1.83.1 in /backend/python/common/template (#11858) chore(deps): bump grpcio in /backend/python/common/template Bumps [grpcio](https://github.com/grpc/grpc) from 1.82.1 to 1.83.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.82.1...v1.83.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/python/common/template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/common/template/requirements.txt b/backend/python/common/template/requirements.txt index 1795a9694d59..205cdbb750ad 100644 --- a/backend/python/common/template/requirements.txt +++ b/backend/python/common/template/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.82.1 +grpcio==1.83.1 protobuf grpcio-tools \ No newline at end of file