Skip to content

Commit 807229e

Browse files
jscudcopybara-github
authored andcommitted
chore: Increase required version of google-auth.
PiperOrigin-RevId: 845252372
1 parent 47be102 commit 807229e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/aiplatform/initializer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def _set_async_rest_credentials(credentials: AsyncCredentials):
722722
+ "google-auth >= 2.35.0.\n\n"
723723
+ "Install the following dependencies:\n"
724724
+ "pip install google-api-core[grpc, async_rest] >= 2.21.0\n"
725-
+ "pip install google-auth[aiohttp] >= 2.35.0\n\n"
725+
+ "pip install google-auth[aiohttp] >= 2.45.0\n\n"
726726
+ "Example usage:\n"
727727
+ "from google.auth.aio.credentials import StaticCredentials\n"
728728
+ "async_credentials = StaticCredentials(token=YOUR_TOKEN_HERE)\n"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"google-api-core[grpc] >= 1.34.1,"
308308
" <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*"
309309
),
310-
"google-auth >= 2.14.1, <3.0.0",
310+
"google-auth >= 2.45.0, <3.0.0",
311311
"proto-plus >= 1.22.3, <2.0.0",
312312
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
313313
"packaging >= 14.3",

0 commit comments

Comments
 (0)