Skip to content

Commit 142a49d

Browse files
speedstorm1copybara-github
authored andcommitted
chore: bump google-genai min version to 1.59.0
PiperOrigin-RevId: 856791472
1 parent 2358438 commit 142a49d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.kokoro/presubmit/presubmit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Other Python version unit tests are run separately
66
env_vars: {
77
key: "NOX_SESSION"
8-
value: "unit-3.9 lint lint_setup_py blacken cover"
8+
value: "unit-3.10 lint lint_setup_py blacken cover"
99
}
1010

1111
# Run unit tests in parallel, splitting up by file

.kokoro/presubmit/unit_3-9.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run unit tests for Python 3.9
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "unit-3.9"
6+
value: "unit-3.10"
77
}
88

99
# Run unit tests in parallel, splitting up by file

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"recommonmark",
5454
)
5555

56-
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
56+
UNIT_TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"]
5757
UNIT_TEST_LANGCHAIN_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5858
UNIT_TEST_AG2_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5959
UNIT_TEST_LLAMA_INDEX_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898

9999
templated_files = common.py_library(
100100
cov_level=98,
101-
system_test_python_versions=["3.9"],
102-
unit_test_python_versions=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
101+
system_test_python_versions=["3.10"],
102+
unit_test_python_versions=["3.10", "3.11", "3.12", "3.13", "3.14"],
103103
unit_test_extras=["testing"],
104104
system_test_extras=["testing"],
105105
microgenerator=True,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
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.59.0, <2.0.0",
321321
)
322322
+ genai_requires,
323323
extras_require={

0 commit comments

Comments
 (0)