Skip to content

Commit a1941ba

Browse files
committed
add grpcio to constraints for 3.13/3.14
1 parent 0c583a4 commit a1941ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Then this file should have google-cloud-foo>=1
99
google-api-core>=2
1010
google-auth>=2
11+
grpcio>=1
1112
proto-plus>=1
1213
protobuf>=6
1314
{% for package_tuple, package_info in pypi_packages.items() %}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Then this file should have google-cloud-foo>=1
99
google-api-core>=2
1010
google-auth>=2
11+
grpcio>=1
1112
proto-plus>=1
1213
protobuf>=6
1314
{% for package_tuple, package_info in pypi_packages.items() %}

0 commit comments

Comments
 (0)