From e01de3449f25aeb57e2e27a133fc7d1ee6ccbb57 Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Sat, 30 May 2026 01:18:01 +0000 Subject: [PATCH] fix: add missing google-cloud-billing-budgets dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a928d5a..5809f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,6 +44,7 @@ pandas>=2.0.0 # ── CostGuard App (Fase B1-B5) ──────────────────────────────────────────────── google-cloud-billing>=1.12.0 +google-cloud-billing-budgets>=1.4.0 google-cloud-firestore>=2.16.0 firebase-admin>=6.5.0 cachetools>=5.3.3