Skip to content

Commit 8e1b7c7

Browse files
Upgrade grpcio to 1.67.1 (#213)
grpcio 1.49.1 claims to be compatible with Python >= 3.7 but uses CPython API bits that were removed in Python 3.12. Upgrade to 1.67.1, which explicitly supports all Python versions between 3.8 and 3.13. This version also drops the dependency on six.
1 parent 8e36f6c commit 8e1b7c7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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.49.1
2+
pip:grpcio==1.67.1

third_party/python/BUILD

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,7 @@ pip_library(
348348
name = "grpcio",
349349
test_only = True,
350350
licences = ["Apache-2.0"],
351-
version = "1.49.1",
352-
deps = [
353-
":six",
354-
],
351+
version = "1.67.1",
355352
)
356353

357354
pip_library(

0 commit comments

Comments
 (0)