From f99bdd01234634a95aa6a9aa354bbc9e2501432c Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 1 Oct 2025 18:10:28 +0000 Subject: [PATCH] chore(librarian): add exception for google.identity.accesscontextmanager --- .generator/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.generator/cli.py b/.generator/cli.py index c4c2fe4c5bed..cf2f22a8f6cc 100644 --- a/.generator/cli.py +++ b/.generator/cli.py @@ -888,6 +888,7 @@ def _verify_library_namespace(library_id: str, repo: str): "google.cloud.video", "google.cloud.workflows", "google.gapic", + "google.identity.accesscontextmanager", "google.logging", "google.monitoring", "google.rpc",