From 1a816860088e1e246f7e820836056a09c66fae84 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 25 Apr 2025 22:19:21 +0200 Subject: [PATCH] Build protobuf 6.30.2 --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9d43e7db5bc..e7504048c42 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -235,6 +235,7 @@ jobs: - name: Create requirements file for custom build run: | touch requirements_custom.txt + echo "protobuf==6.30.2" >> requirements_custom.txt echo "grpcio==1.72.1" >> requirements_custom.txt echo "grpcio-status==1.72.1" >> requirements_custom.txt echo "grpcio-reflection==1.72.1" >> requirements_custom.txt