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

Commit 31a2913

Browse files
committed
add grpc constraint
1 parent 096bc27 commit 31a2913

File tree

11 files changed

+11
-22
lines changed

11 files changed

+11
-22
lines changed

gapic/templates/testing/constraints-3.9-async-rest.txt.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
# then this file should have google-cloud-foo==1.14.0
1111
google-api-core==2.21.0
1212
google-auth==2.35.0
13-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
14-
# Add the minimum supported version of grpcio to constraints files
13+
grpcio==1.33.2
1514
proto-plus==1.22.3
1615
protobuf==4.25.8
1716
{% for package_tuple, package_info in pypi_packages.items() %}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# then this file should have google-cloud-foo==1.14.0
99
google-api-core==2.17.1
1010
google-auth==2.14.1
11-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
12-
# Add the minimum supported version of grpcio to constraints files
11+
grpcio==1.33.2
1312
proto-plus==1.22.3
1413
protobuf==4.25.8
1514
{% for package_tuple, package_info in pypi_packages.items() %}

tests/integration/goldens/asset/testing/constraints-3.9.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8
1413
google-cloud-access-context-manager==0.2.0

tests/integration/goldens/credentials/testing/constraints-3.9.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8

tests/integration/goldens/eventarc/testing/constraints-3.9.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8
1413
grpc-google-iam-v1==0.14.0

tests/integration/goldens/logging/testing/constraints-3.9.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8

tests/integration/goldens/logging_internal/testing/constraints-3.9.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8

tests/integration/goldens/redis/testing/constraints-3.9-async-rest.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.21.0
99
google-auth==2.35.0
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8

tests/integration/goldens/redis/testing/constraints-3.9.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8

tests/integration/goldens/redis_selective/testing/constraints-3.9-async-rest.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.21.0
99
google-auth==2.35.0
10-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11-
# Add the minimum supported version of grpcio to constraints files
10+
grpcio==1.33.2
1211
proto-plus==1.22.3
1312
protobuf==4.25.8

0 commit comments

Comments
 (0)