From d613c744455a03a2f5a355c55a11dcb7c81053f9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 28 Apr 2026 12:25:09 -0400 Subject: [PATCH] chore: allow releases for django-google-spanner --- .librarian/config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index b115ce57aa3e..e689da86ca3c 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/16180): - # `google-django-spanner` is blocked until the presubmits are green. - - id: "google-django-spanner" - release_blocked: true # 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"