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 .generator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def _run_post_processor(output: str, library_id: str, is_mono_repo: bool):
# TODO(https://github.com/googleapis/google-cloud-python/issues/15538):
# Investigate if a `target_version needs to be maintained
# or can be eliminated.
target_version = "py37"
target_version = "py39"
common_args = [
f"--target-version={target_version}",
"--line-length=88",
Expand Down
2 changes: 1 addition & 1 deletion .generator/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click
gapic-generator==1.30.9 # update repo location for core deps https://github.com/googleapis/gapic-generator-python/pull/2566
gapic-generator==1.30.10 # Allow protobuf 7.x https://github.com/googleapis/gapic-generator-python/pull/2575
nox
starlark-pyo3>=2025.1
build
Expand Down
Loading