diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 9f5c4788e200..f8f95e516583 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -22,7 +22,7 @@ requires = [ "setuptools", "wheel>=0.36.0", "grpcio-tools==1.62.1; python_version <= '3.12'", - "grpcio-tools==1.71.0; python_version >= '3.13'", + "grpcio-tools==1.76.0; python_version >= '3.13'", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.9",