diff --git a/requirements.txt b/requirements.txt index 1a8a15d..f5261c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pydantic==2.5.1 pydantic-settings==2.1.0 requests==2.31.0 google-api-core==2.14.0 -google-api-python-client==2.111.0 +google-api-python-client==2.116.0 google-auth==2.23.4 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.1.0 diff --git a/setup.py b/setup.py index aa24100..9c18ca2 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "pydantic-settings==2.1.0", "requests==2.31.0", "google-api-core==2.14.0", - "google-api-python-client==2.111.0", + "google-api-python-client==2.116.0", "google-auth==2.23.4", "google-auth-httplib2==0.2.0", "google-auth-oauthlib==1.1.0",