@@ -23,28 +23,26 @@ replacements:
2323 # Exclude incompatible versions of `google-auth`
2424 # See https://github.com/googleapis/google-cloud-python/issues/12364
2525 "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
26- "proto-plus >= 1.22.3 , <2.0.0",
26+ "grpcio >= 1.33.2 , < 2.0.0",
2727 after : |
2828 dependencies = [
2929 "google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
3030 # Exclude incompatible versions of `google-auth`
3131 # See https://github.com/googleapis/google-cloud-python/issues/12364
3232 "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
3333 "grpc-google-iam-v1 >=0.12.4, <1.0.0",
34- "proto-plus >= 1.22.3 , <2.0.0",
34+ "grpcio >= 1.33.2 , < 2.0.0",
3535 count : 1
3636 - paths : [
3737 packages/google-cloud-gke-hub/testing/constraints-3.7.txt
3838 ]
3939 before : |
4040 google-api-core==1.34.1
4141 google-auth==2.14.1
42- proto-plus==1.22.3
4342 after : |
4443 google-api-core==1.34.1
45- google-auth==2.14.1
4644 grpc-google-iam-v1==0.12.4
47- proto-plus==1.22.3
45+ google-auth==2.14.1
4846 count : 1
4947 - paths : [
5048 packages/google-cloud-build/setup.py
@@ -116,12 +114,10 @@ replacements:
116114 before : |
117115 google-api-core==1.34.1
118116 google-auth==2.14.1
119- proto-plus==1.22.3
120117 after : |
121118 google-api-core==1.34.1
122- google-auth==2.14.1
123119 grpc-google-iam-v1==0.12.4
124- proto-plus==1.22.3
120+ google-auth==2.14.1
125121 count : 1
126122 - paths : [
127123 packages/google-cloud-iam/setup.py
@@ -132,15 +128,15 @@ replacements:
132128 # Exclude incompatible versions of `google-auth`
133129 # See https://github.com/googleapis/google-cloud-python/issues/12364
134130 "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
135- "proto-plus >= 1.22.3 , <2.0.0",
131+ "grpcio >= 1.33.2 , < 2.0.0",
136132 after : |
137133 dependencies = [
138134 "google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
139135 # Exclude incompatible versions of `google-auth`
140136 # See https://github.com/googleapis/google-cloud-python/issues/12364
141137 "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
142138 "grpc-google-iam-v1 >=0.12.4, <1.0.0",
143- "proto-plus >= 1.22.3 , <2.0.0",
139+ "grpcio >= 1.33.2 , < 2.0.0",
144140 count : 1
145141 - paths : [
146142 packages/google-cloud-policysimulator/setup.py
0 commit comments