diff --git a/sdks/python/build-requirements.txt b/sdks/python/build-requirements.txt index 1a17eb29fa1f..cc09a0024a39 100644 --- a/sdks/python/build-requirements.txt +++ b/sdks/python/build-requirements.txt @@ -29,7 +29,7 @@ grpcio-tools==1.37.0 # TODO(https://github.com/apache/beam/issues/23734): the sdist for grpcio==1.50.0 is failing on GH workers # pin grpcio to the previous version. grpcio==1.49.1;sys_platform=="darwin" -mypy-protobuf==1.18 +mypy-protobuf==3.4.0 protobuf==3.19.4;python_version=="3.10" and sys_platform=="darwin" # Avoid https://github.com/pypa/virtualenv/issues/2006