From eb7a6a15b117eacaad0ab3799d66b712a576e3b2 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 1 Apr 2026 21:32:31 +0000 Subject: [PATCH] chore: disable generation for google-crc32c --- .librarian/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index 91a668ca59e0..76b8333f5d61 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -36,3 +36,7 @@ libraries: # Allow generation for google-cloud-dialogflow once this bug is fixed. - id: "google-cloud-dialogflow" generate_blocked: true +# TODO(https://github.com/googleapis/google-cloud-python/issues/16520): +# Allow release for google-crc32c once this bug is fixed. + - id: "google-crc32c" + release_blocked: true