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

Commit 00a573a

Browse files
committed
updated grpcio constraint
1 parent 31a2913 commit 00a573a

File tree

11 files changed

+19
-11
lines changed

11 files changed

+19
-11
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
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-
grpcio==1.33.2
13+
{% if api.requires_package(("google", "iam", "v1")) %}
14+
grpcio==1.44.0 # from grpc-google-iam-v1
15+
{% else %}
16+
grpcio==1.33.2 # from google-api-core
17+
{% endif %}
1418
proto-plus==1.22.3
1519
protobuf==4.25.8
1620
{% for package_tuple, package_info in pypi_packages.items() %}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
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-
grpcio==1.33.2
11+
{% if api.requires_package(("google", "iam", "v1")) %}
12+
grpcio==1.44.0 # from grpc-google-iam-v1
13+
{% else %}
14+
grpcio==1.33.2 # from google-api-core
15+
{% endif %}
1216
proto-plus==1.22.3
1317
protobuf==4.25.8
1418
{% for package_tuple, package_info in pypi_packages.items() %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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-
grpcio==1.33.2
10+
grpcio==1.44.0 # from grpc-google-iam-v1
1111
proto-plus==1.22.3
1212
protobuf==4.25.8
1313
google-cloud-access-context-manager==0.2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +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-
grpcio==1.33.2
10+
grpcio==1.33.2 # from google-api-core
1111
proto-plus==1.22.3
1212
protobuf==4.25.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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-
grpcio==1.33.2
10+
grpcio==1.44.0 # from grpc-google-iam-v1
1111
proto-plus==1.22.3
1212
protobuf==4.25.8
1313
grpc-google-iam-v1==0.14.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +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-
grpcio==1.33.2
10+
grpcio==1.33.2 # from google-api-core
1111
proto-plus==1.22.3
1212
protobuf==4.25.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +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-
grpcio==1.33.2
10+
grpcio==1.33.2 # from google-api-core
1111
proto-plus==1.22.3
1212
protobuf==4.25.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +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-
grpcio==1.33.2
10+
grpcio==1.33.2 # from google-api-core
1111
proto-plus==1.22.3
1212
protobuf==4.25.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +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-
grpcio==1.33.2
10+
grpcio==1.33.2 # from google-api-core
1111
proto-plus==1.22.3
1212
protobuf==4.25.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +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-
grpcio==1.33.2
10+
grpcio==1.33.2 # from google-api-core
1111
proto-plus==1.22.3
1212
protobuf==4.25.8

0 commit comments

Comments
 (0)