Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def _set_async_rest_credentials(credentials: AsyncCredentials):
+ "google-auth >= 2.35.0.\n\n"
+ "Install the following dependencies:\n"
+ "pip install google-api-core[grpc, async_rest] >= 2.21.0\n"
+ "pip install google-auth[aiohttp] >= 2.35.0\n\n"
+ "pip install google-auth[aiohttp] >= 2.45.0\n\n"
+ "Example usage:\n"
+ "from google.auth.aio.credentials import StaticCredentials\n"
+ "async_credentials = StaticCredentials(token=YOUR_TOKEN_HERE)\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
"google-api-core[grpc] >= 1.34.1,"
" <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*"
),
"google-auth >= 2.14.1, <3.0.0",
"google-auth >= 2.45.0, <3.0.0",
"proto-plus >= 1.22.3, <2.0.0",
"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",
"packaging >= 14.3",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This constraints file is required for unit tests.
# List all library dependencies and extras in this file.
google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
google-auth==2.45.0 # Tests google-auth with rest async support
proto-plus==1.22.3
protobuf
mock==4.0.2
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This constraints file is required for unit tests.
# List all library dependencies and extras in this file.
google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
google-auth==2.45.0 # Tests google-auth with rest async support
proto-plus
protobuf
mock==4.0.2
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This constraints file is required for unit tests.
# List all library dependencies and extras in this file.
google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
google-auth==2.45.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This constraints file is required for unit tests.
# List all library dependencies and extras in this file.
google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
google-auth==2.45.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==3.0.0 # Updated to v3.x, backward compatible with v2.x via wrapper
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.14.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This constraints file is required for unit tests.
# List all library dependencies and extras in this file.
google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
google-auth==2.45.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==2.10.0 # Increased for kfp 2.0 compatibility
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This constraints file is required for unit tests.
# List all library dependencies and extras in this file.
google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
google-auth==2.45.0 # Tests google-auth with rest async support
proto-plus==1.22.3
protobuf
mock==4.0.2
Expand Down
Loading