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

Commit 1552366

Browse files
authored
tests: ensure tests run with protobuf 7.x
1 parent 285450b commit 1552366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gapic/templates/testing/constraints-3.14.txt.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ google-api-core>=2
1010
google-auth>=2
1111
grpcio>=1
1212
proto-plus>=1
13-
protobuf>=6
13+
protobuf>=7
1414
{% for package_tuple, package_info in pypi_packages.items() %}
1515
{# Quick check to make sure `package_info.package_name` is not the package being generated so we don't circularly include this package in its own constraints file. #}
1616
{% if api.naming.warehouse_package_name != package_info.package_name %}

0 commit comments

Comments
 (0)