diff -NaurdwB ./pyproject.toml ./pyproject.toml --- ./pyproject.toml 2025-11-11 07:49:22 +++ ./pyproject.toml 2025-11-11 07:50:13 @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 [build-system] -requires = ["setuptools>=77", "protobuf>=4.25.1"] +requires = ["setuptools", "protobuf"] backend-path = ["."] build-backend = "backend"