From 2bcba971b827ed44a70ecc128f11d9b02537316c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:46:20 +0000 Subject: [PATCH] Bump protobuf Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.3 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/rag_playground/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt b/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt index e8d22682e..50949d3e7 100644 --- a/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt +++ b/industries/healthcare/medical-device-training-assistant/src/rag_playground/requirements.txt @@ -6,7 +6,7 @@ numpy==1.26.4 opentelemetry-api==1.23.0 opentelemetry-exporter-otlp-proto-grpc==1.23.0 opentelemetry-sdk==1.23.0 -protobuf==4.25.3 +protobuf==5.29.6 pycountry==23.12.11 tritonclient[all]==2.43.0 uvicorn==0.27.1