Skip to content

Commit 53532eb

Browse files
speedstorm1copybara-github
authored andcommitted
chore: bump google-genai min version to 1.59.0
PiperOrigin-RevId: 856841488
1 parent 2358438 commit 53532eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@
317317
"google-cloud-storage >= 2.10.0, < 4.0.0; python_version>='3.13'",
318318
"google-cloud-bigquery >= 1.15.0, < 4.0.0, !=3.20.0",
319319
"google-cloud-resource-manager >= 1.3.3, < 3.0.0",
320-
"google-genai >= 1.37.0, <2.0.0",
320+
"google-genai >= 1.37.0, <2.0.0; python_version<'3.10'",
321+
"google-genai >= 1.59.0, <2.0.0; python_version>='3.10'",
321322
)
322323
+ genai_requires,
323324
extras_require={

0 commit comments

Comments
 (0)