Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 7a8f101

Browse files
committed
Bump the min proto-plus version for generated clients
1 parent 264217e commit 7a8f101

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gapic/ads-templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setuptools.setup(
1919
'google-api-core >= 1.22.2, < 2.0.0dev',
2020
'googleapis-common-protos >= 1.5.8',
2121
'grpcio >= 1.10.0',
22-
'proto-plus >= 1.4.0',
22+
'proto-plus >= 1.15.0',
2323
{%- if api.requires_package(('google', 'iam', 'v1')) %}
2424
'grpc-google-iam-v1',
2525
{%- endif %}

gapic/templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ setuptools.setup(
2828
install_requires=(
2929
'google-api-core[grpc] >= 1.22.2, < 2.0.0dev',
3030
'libcst >= 0.2.5',
31-
'proto-plus >= 1.4.0',
31+
'proto-plus >= 1.15.0',
3232
{%- if api.requires_package(('google', 'iam', 'v1')) or opts.add_iam_methods %}
3333
'grpc-google-iam-v1',
3434
{%- endif %}

0 commit comments

Comments
 (0)