Bump Bazel Python Cython dependency to 0.29.26 (#28398)

Prevents _PyGen_Send undefined symbol error when running on Python 3.10
(https://github.com/cython/cython/issues/3876)

This issue was fixed in Cython version 0.29.22
pull/28401/head
Michael P. Nitowski 3 years ago committed by GitHub
parent 83e7cb24fe
commit 9b964f8c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      bazel/grpc_python_deps.bzl

@ -69,9 +69,9 @@ def grpc_python_deps():
http_archive(
name = "cython",
build_file = "@com_github_grpc_grpc//third_party:cython.BUILD",
sha256 = "e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079",
strip_prefix = "cython-0.29.21",
sha256 = "bb72b2f0ef029472759c711f0a4bded6e15e3f9bda3797550cef3c1d87d02283",
strip_prefix = "cython-0.29.26",
urls = [
"https://github.com/cython/cython/archive/0.29.21.tar.gz",
"https://github.com/cython/cython/archive/0.29.26.tar.gz",
],
)

Loading…
Cancel
Save