From ea289cb241e3582101e34b4ce4e046842adf8602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:00:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20goo?= =?UTF-8?q?gle-api-python-client=20to=20v2.176.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e2bad7..b4455ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] dependencies = [ "anthropic==0.36.2", - "google-api-python-client==2.48.0", + "google-api-python-client==2.176.0", "google-auth-oauthlib==1.2.1", "gradio==4.44.1", "openai==1.51.0",