From b2ec86d2b51ada09439f0a231578c47a94f11913 Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Wed, 20 May 2026 08:59:53 -0400 Subject: [PATCH 1/2] chore(release): enable release of google-cloud-storage --- librarian.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/librarian.yaml b/librarian.yaml index e51ccdd7acfe..18d5411689c9 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -1934,7 +1934,6 @@ libraries: version: 3.10.1 apis: - path: google/storage/v2 - skip_release: true python: library_type: GAPIC_MANUAL opt_args_by_api: From 350dc5c1118ae91d49abfcd5df01d692e31a9cfc Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Wed, 20 May 2026 09:06:29 -0400 Subject: [PATCH 2/2] chore: remove release_block in legacylibrarian config.yaml --- .librarian/config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index 9439dfc21d6b..fde818484add 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -15,10 +15,6 @@ global_files_allowlist: libraries: # libraries have "release_blocked: true" so that releases are # explicitly initiated. - # TODO(https://github.com/googleapis/google-cloud-python/issues/16487): - # Allow releases for google-cloud-storage once this bug is fixed. - - id: "google-cloud-storage" - release_blocked: true # TODO(https://github.com/googleapis/google-cloud-python/issues/16489): # Allow releases for bigframes once the bug above is fixed. - id: "bigframes"