Skip to content

Commit 47f3bff

Browse files
committed
update constraints
1 parent 7d71697 commit 47f3bff

38 files changed

+38
-0
lines changed

gapic/templates/testing/_default_constraints.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf
78
{% for package_tuple, package_info in pypi_packages.items() %}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
77
# Then this file should have google-cloud-foo==1.14.0
88
google-api-core==1.34.1
9+
grpcio==1.33.2
910
google-auth==2.14.1
1011
proto-plus==1.22.3
1112
protobuf==3.20.2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf
78
google-cloud-access-context-manager

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf
78
google-cloud-access-context-manager

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf
78
google-cloud-access-context-manager

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
66
# Then this file should have google-cloud-foo==1.14.0
77
google-api-core==1.34.1
8+
grpcio==1.33.2
89
google-auth==2.14.1
910
proto-plus==1.22.3
1011
protobuf==3.20.2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf
78
google-cloud-access-context-manager

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf
78
google-cloud-access-context-manager

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5+
grpc
56
proto-plus
67
protobuf

0 commit comments

Comments
 (0)