Skip to content

Commit ab1c8fa

Browse files
cleop-googlecopybara-github
authored andcommitted
chore: Bump google-genai min version to 1.75.0
PiperOrigin-RevId: 910578123
1 parent c145803 commit ab1c8fa

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"google-cloud-bigquery >= 1.15.0, < 4.0.0, !=3.20.0",
328328
"google-cloud-resource-manager >= 1.3.3, < 3.0.0",
329329
"google-genai >= 1.37.0, <2.0.0; python_version<'3.10'",
330-
"google-genai >= 1.66.0, <2.0.0; python_version>='3.10'",
330+
"google-genai >= 1.75.0, <2.0.0; python_version>='3.10'",
331331
)
332332
+ genai_requires,
333333
extras_require={

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.47.0 # Tests google-auth with rest async support
5+
google-auth==2.48.1 # 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.47.0 # Tests google-auth with rest async support
5+
google-auth==2.48.1 # 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.47.0 # Tests google-auth with rest async support
5+
google-auth==2.48.1 # 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.27.0 # Tests google-api-core with rest async support
5-
google-auth==2.47.0 # Tests google-auth with rest async support
5+
google-auth==2.48.1 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
88
google-cloud-storage==3.10.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.27.0
5-
google-auth==2.47.0 # Tests google-auth with rest async support
5+
google-auth==2.48.1 # Tests google-auth with rest async support
66
proto-plus
77
mock==4.0.2
88
google-cloud-storage==3.10.0 # Updated for Python 3.14 compatibility

0 commit comments

Comments
 (0)