From 1c2736db4488d9b4b4e0af23fc97621f5dd1fd73 Mon Sep 17 00:00:00 2001 From: cj401-amd Date: Thu, 16 Oct 2025 10:25:56 +0000 Subject: [PATCH] update protobuf version to 6.32.1 that works --- .../tools/tf_sig_build_dockerfiles/devel.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/tf_sig_build_dockerfiles/devel.requirements.txt b/tensorflow/tools/tf_sig_build_dockerfiles/devel.requirements.txt index af096dc0194552..24ef2599697354 100644 --- a/tensorflow/tools/tf_sig_build_dockerfiles/devel.requirements.txt +++ b/tensorflow/tools/tf_sig_build_dockerfiles/devel.requirements.txt @@ -15,7 +15,7 @@ ml_dtypes ~= 0.5.1 # Earliest version with mxfloat types numpy ~= 1.26.0 opt_einsum ~= 3.3.0 packaging ~= 23.2 -protobuf ~= 3.20.3 +protobuf ~= 6.32.1 six ~= 1.16.0 termcolor ~= 2.1.1 typing_extensions ~= 4.8.0