Skip to content

Commit f4f6952

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

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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",

testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core==2.21.0 # Tests google-api-core with rest async support
5-
google-auth==2.35.0 # Tests google-auth with rest async support
5+
google-auth==2.45.0 # Tests google-auth with rest async support
66
proto-plus==1.22.3
77
protobuf
88
mock==4.0.2

testing/constraints-3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core==2.21.0 # Tests google-api-core with rest async support
5-
google-auth==2.35.0 # Tests google-auth with rest async support
5+
google-auth==2.45.0 # Tests google-auth with rest async support
66
proto-plus
77
protobuf
88
mock==4.0.2

testing/constraints-3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core==2.21.0 # Tests google-api-core with rest async support
5-
google-auth==2.35.0 # Tests google-auth with rest async support
5+
google-auth==2.45.0 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
88
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper

testing/constraints-3.13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core==2.21.0 # Tests google-api-core with rest async support
5-
google-auth==2.35.0 # Tests google-auth with rest async support
5+
google-auth==2.45.0 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
88
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper

testing/constraints-3.14.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core==2.21.0 # Tests google-api-core with rest async support
5-
google-auth==2.35.0 # Tests google-auth with rest async support
5+
google-auth==2.45.0 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
88
google-cloud-storage==2.10.0 # Increased for kfp 2.0 compatibility

testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core==2.21.0 # Tests google-api-core with rest async support
5-
google-auth==2.35.0 # Tests google-auth with rest async support
5+
google-auth==2.45.0 # Tests google-auth with rest async support
66
proto-plus==1.22.3
77
protobuf
88
mock==4.0.2

0 commit comments

Comments
 (0)