Skip to content

Commit ef50da2

Browse files
committed
chore(genai): Rollback changes to Video Gen.
- Video samples need model update - SDK update has minor breaking changes.
1 parent 9de927c commit ef50da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

genai/video_generation/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
"ignored_versions": ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
25+
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11", "3.12"],
2626
# Old samples are opted out of enforcing Python type hints
2727
# All new samples should feature them
2828
"enforce_type_hints": True,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-genai==1.42.0
1+
google-genai==1.27.0

0 commit comments

Comments
 (0)