From 87f59b11c34d2434b70d1903ee795f3efdc56f9d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 May 2026 13:33:39 -0400 Subject: [PATCH] chore: remove duplicate entry in .librarian/config.yaml; allow compute v1beta --- .librarian/config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index f7de98e4094a..d3199b902596 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -27,13 +27,6 @@ libraries: # Allow release for google-crc32c once this bug is fixed. - id: "google-crc32c" release_blocked: true - # TODO(https://github.com/googleapis/google-cloud-python/issues/16780): - # Allow release for google-cloud-compute (and beta) after we've checked that - # the gRPC service config is okay. - - id: "google-cloud-compute" - release_blocked: true - - id: "google-cloud-compute-v1beta" - release_blocked: true # TODO(b/501132869): Disabling automatic releases until resolved. - id: "google-cloud-bigtable" release_blocked: true