From 1552366f837e30616577170637a18fe75f171362 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 24 Mar 2026 14:12:50 -0400 Subject: [PATCH] tests: ensure tests run with protobuf 7.x --- gapic/templates/testing/constraints-3.14.txt.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gapic/templates/testing/constraints-3.14.txt.j2 b/gapic/templates/testing/constraints-3.14.txt.j2 index c2e7b8a993..a2e0a3f4cb 100644 --- a/gapic/templates/testing/constraints-3.14.txt.j2 +++ b/gapic/templates/testing/constraints-3.14.txt.j2 @@ -10,7 +10,7 @@ google-api-core>=2 google-auth>=2 grpcio>=1 proto-plus>=1 -protobuf>=6 +protobuf>=7 {% for package_tuple, package_info in pypi_packages.items() %} {# 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. #} {% if api.naming.warehouse_package_name != package_info.package_name %}