diff --git a/requirements.txt b/requirements.txt index d9a61da..13a9120 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pydantic==2.3.0 pydantic-settings==2.0.3 requests==2.31.0 google-api-core==2.11.1 -google-api-python-client==2.96.0 +google-api-python-client==2.97.0 google-auth==2.22.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==1.0.0 diff --git a/setup.py b/setup.py index 37be5eb..f0a0cce 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "pydantic-settings==2.0.3", "requests==2.31.0", "google-api-core==2.11.1", - "google-api-python-client==2.96.0", + "google-api-python-client==2.97.0", "google-auth==2.22.0", "google-auth-httplib2==0.1.0", "google-auth-oauthlib==1.0.0",