From 69f5a6cff2b80efa7ef1d4f53b7c53ad9dc2afae Mon Sep 17 00:00:00 2001 From: Adam Sachs Date: Mon, 18 May 2026 19:25:09 -0400 Subject: [PATCH] Add google-cloud-pubsub dependency Used by the proposed event-driven BigQuery discovery monitor in downstream, which subscribes to Cloud Logging audit-log events via Pub/Sub to surface near-real-time schema changes as StagedResources. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 275ed5204b2..5a741aed4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ dependencies = [ "firebase-admin==5.3.0", "flower==2.0.1", "google-auth==2.48.0", + "google-cloud-pubsub==2.32.0", "httpx~=0.28.1", "iab-tcf==0.2.2", "immutables==0.21",