From 6bc8d5003b54ff4254259967238d8ba2fd3b1613 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Tue, 14 Oct 2025 11:04:21 +0100 Subject: [PATCH] Bump grpcio to 1.75.1 grpcio is only used as part of a `zip-unsafe` label e2e test, but there's no pre-built Python 3.14-compatible wheel for 1.67.1 on PyPI so `pip_library` is forced to build the module from source as a dependency of that test. Bump the version to 1.75.1, which has pre-built binary wheels for every version of Python this plugin currently supports. --- test/expected_labels_on_grpcio.txt | 2 +- third_party/python/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/expected_labels_on_grpcio.txt b/test/expected_labels_on_grpcio.txt index e5f2503..4abfdd1 100644 --- a/test/expected_labels_on_grpcio.txt +++ b/test/expected_labels_on_grpcio.txt @@ -1,2 +1,2 @@ py -pip:grpcio==1.67.1 +pip:grpcio==1.75.1 diff --git a/third_party/python/BUILD b/third_party/python/BUILD index b6e0c73..cf2fb67 100644 --- a/third_party/python/BUILD +++ b/third_party/python/BUILD @@ -379,7 +379,7 @@ pip_library( name = "grpcio", test_only = True, licences = ["Apache-2.0"], - version = "1.67.1", + version = "1.75.1", ) pip_library(