Skip to content

Commit 7f230ab

Browse files
Bump grpcio to 1.75.1 (#255)
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.
1 parent fa47ee1 commit 7f230ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/expected_labels_on_grpcio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
py
2-
pip:grpcio==1.67.1
2+
pip:grpcio==1.75.1

third_party/python/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ pip_library(
379379
name = "grpcio",
380380
test_only = True,
381381
licences = ["Apache-2.0"],
382-
version = "1.67.1",
382+
version = "1.75.1",
383383
)
384384

385385
pip_library(

0 commit comments

Comments
 (0)