|
11 | 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | 12 | # See the License for the specific language governing permissions and |
13 | 13 | # limitations under the License. |
14 | | -description: setup.py and testing/constraints-3.9.txt are missing necessary dependencies |
| 14 | +description: setup.py is missing necessary dependencies |
15 | 15 | url: https://github.com/googleapis/gapic-generator-python/issues/1831 |
16 | 16 | replacements: |
17 | 17 | - paths: [ |
18 | 18 | packages/google-cloud-gke-hub/setup.py |
19 | 19 | ] |
20 | 20 | before: | |
21 | 21 | dependencies = \[ |
22 | | - "google-api-core\[grpc\] >= 2.11.0, <3.0.0", |
| 22 | + "google-api-core\[grpc\] >= 2.17.1, <3.0.0", |
23 | 23 | # Exclude incompatible versions of `google-auth` |
24 | 24 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
25 | 25 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
26 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 26 | + "grpcio >= 1.44.0, < 2.0.0", |
27 | 27 | after: | |
28 | 28 | dependencies = [ |
29 | | - "google-api-core[grpc] >= 2.11.0, <3.0.0", |
| 29 | + "google-api-core[grpc] >= 2.17.1, <3.0.0", |
30 | 30 | # Exclude incompatible versions of `google-auth` |
31 | 31 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
32 | 32 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
33 | 33 | "grpc-google-iam-v1 >=0.12.4, <1.0.0", |
34 | | - "grpcio >= 1.33.2, < 2.0.0", |
35 | | - count: 1 |
36 | | - - paths: [ |
37 | | - packages/google-cloud-gke-hub/testing/constraints-3.9.txt |
38 | | - ] |
39 | | - before: | |
40 | | - google-api-core==2.21.0 |
41 | | - google-auth==2.35.0 |
42 | | - after: | |
43 | | - google-api-core==2.21.0 |
44 | | - grpc-google-iam-v1==0.12.4 |
45 | | - google-auth==2.35.0 |
| 34 | + "grpcio >= 1.44.0, < 2.0.0", |
46 | 35 | count: 1 |
47 | 36 | - paths: [ |
48 | 37 | packages/google-cloud-build/setup.py |
49 | 38 | ] |
50 | 39 | before: | |
51 | 40 | dependencies = \[ |
52 | | - "google-api-core\[grpc\] >= 2.11.0, <3.0.0", |
| 41 | + "google-api-core\[grpc\] >= 2.17.1, <3.0.0", |
53 | 42 | # Exclude incompatible versions of `google-auth` |
54 | 43 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
55 | 44 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
56 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 45 | + "grpcio >= 1.44.0, < 2.0.0", |
57 | 46 | after: | |
58 | 47 | dependencies = [ |
59 | | - "google-api-core[grpc] >= 2.11.0, <3.0.0", |
| 48 | + "google-api-core[grpc] >= 2.17.1, <3.0.0", |
60 | 49 | # Exclude incompatible versions of `google-auth` |
61 | 50 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
62 | 51 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
63 | 52 | "grpc-google-iam-v1 >=0.12.4, <1.0.0", |
64 | | - "grpcio >= 1.33.2, < 2.0.0", |
65 | | - count: 1 |
66 | | - - paths: [ |
67 | | - packages/google-cloud-build/testing/constraints-3.9.txt |
68 | | - ] |
69 | | - before: | |
70 | | - google-api-core==2.21.0 |
71 | | - google-auth==2.35.0 |
72 | | - after: | |
73 | | - google-api-core==2.21.0 |
74 | | - grpc-google-iam-v1==0.12.4 |
75 | | - google-auth==2.35.0 |
| 53 | + "grpcio >= 1.44.0, < 2.0.0", |
76 | 54 | count: 1 |
77 | 55 | - paths: [ |
78 | 56 | packages/google-cloud-binary-authorization/setup.py |
79 | 57 | ] |
80 | 58 | before: | |
81 | 59 | dependencies = \[ |
82 | | - "google-api-core\[grpc\] >= 2.11.0, <3.0.0", |
| 60 | + "google-api-core\[grpc\] >= 2.17.1, <3.0.0", |
83 | 61 | # Exclude incompatible versions of `google-auth` |
84 | 62 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
85 | 63 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
86 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 64 | + "grpcio >= 1.44.0, < 2.0.0", |
87 | 65 | after: | |
88 | 66 | dependencies = [ |
89 | | - "google-api-core[grpc] >= 2.11.0, <3.0.0", |
| 67 | + "google-api-core[grpc] >= 2.17.1, <3.0.0", |
90 | 68 | # Exclude incompatible versions of `google-auth` |
91 | 69 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
92 | 70 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
93 | 71 | "grafeas >= 1.7.0, <2.0", |
94 | | - "grpcio >= 1.33.2, < 2.0.0", |
95 | | - count: 1 |
96 | | - - paths: [ |
97 | | - packages/google-cloud-binary-authorization/testing/constraints-3.9.txt |
98 | | - ] |
99 | | - before: | |
100 | | - google-api-core==2.21.0 |
101 | | - google-auth==2.35.0 |
102 | | - after: | |
103 | | - google-api-core==2.21.0 |
104 | | - grafeas==1.7.0 |
105 | | - google-auth==2.35.0 |
106 | | - count: 1 |
107 | | - - paths: [ |
108 | | - packages/google-cloud-iam/testing/constraints-3.9.txt |
109 | | - ] |
110 | | - before: | |
111 | | - google-api-core==2.21.0 |
112 | | - google-auth==2.35.0 |
113 | | - after: | |
114 | | - google-api-core==2.21.0 |
115 | | - grpc-google-iam-v1==0.12.4 |
116 | | - google-auth==2.35.0 |
| 72 | + "grpcio >= 1.44.0, < 2.0.0", |
117 | 73 | count: 1 |
118 | 74 | - paths: [ |
119 | 75 | packages/google-cloud-iam/setup.py |
120 | 76 | ] |
121 | 77 | before: | |
122 | 78 | dependencies = \[ |
123 | | - "google-api-core\[grpc\] >= 2.11.0, <3.0.0", |
| 79 | + "google-api-core\[grpc\] >= 2.17.1, <3.0.0", |
124 | 80 | # Exclude incompatible versions of `google-auth` |
125 | 81 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
126 | 82 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
127 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 83 | + "grpcio >= 1.44.0, < 2.0.0", |
128 | 84 | after: | |
129 | 85 | dependencies = [ |
130 | | - "google-api-core[grpc] >= 2.11.0, <3.0.0", |
| 86 | + "google-api-core[grpc] >= 2.17.1, <3.0.0", |
131 | 87 | # Exclude incompatible versions of `google-auth` |
132 | 88 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
133 | 89 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
134 | 90 | "grpc-google-iam-v1 >=0.12.4, <1.0.0", |
135 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 91 | + "grpcio >= 1.44.0, < 2.0.0", |
136 | 92 | count: 1 |
137 | 93 | - paths: [ |
138 | 94 | packages/google-cloud-policysimulator/setup.py |
139 | 95 | ] |
140 | 96 | before: | |
141 | 97 | dependencies = \[ |
142 | | - "google-api-core\[grpc\] >= 2.11.0, <3.0.0", |
| 98 | + "google-api-core\[grpc\] >= 2.17.1, <3.0.0", |
143 | 99 | # Exclude incompatible versions of `google-auth` |
144 | 100 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
145 | 101 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
146 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 102 | + "grpcio >= 1.44.0, < 2.0.0", |
147 | 103 | after: | |
148 | 104 | dependencies = [ |
149 | | - "google-api-core[grpc] >= 2.11.0, <3.0.0", |
| 105 | + "google-api-core[grpc] >= 2.17.1, <3.0.0", |
150 | 106 | # Exclude incompatible versions of `google-auth` |
151 | 107 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
152 | 108 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
153 | 109 | "google-cloud-org-policy >= 1.11.1, <2.0.0", |
154 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 110 | + "grpcio >= 1.44.0, < 2.0.0", |
155 | 111 | count: 1 |
156 | 112 | - paths: [ |
157 | 113 | packages/google-shopping-merchant-notifications/setup.py |
158 | 114 | ] |
159 | 115 | before: | |
160 | 116 | dependencies = \[ |
161 | | - "google-api-core\[grpc\] >= 2.11.0, <3.0.0", |
| 117 | + "google-api-core\[grpc\] >= 2.17.1, <3.0.0", |
162 | 118 | # Exclude incompatible versions of `google-auth` |
163 | 119 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
164 | 120 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
165 | | - "grpcio >= 1.33.2, < 2.0.0", |
| 121 | + "grpcio >= 1.44.0, < 2.0.0", |
166 | 122 | after: | |
167 | 123 | dependencies = [ |
168 | | - "google-api-core[grpc] >= 2.11.0, <3.0.0", |
| 124 | + "google-api-core[grpc] >= 2.17.1, <3.0.0", |
169 | 125 | # Exclude incompatible versions of `google-auth` |
170 | 126 | # See https://github.com/googleapis/google-cloud-python/issues/12364 |
171 | 127 | "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0", |
172 | 128 | "google-shopping-type >= 1.0.0, <2.0.0", |
173 | | - "grpcio >= 1.33.2, < 2.0.0", |
174 | | - count: 1 |
175 | | - - paths: [ |
176 | | - packages/google-shopping-merchant-notifications/testing/constraints-3.9.txt |
177 | | - ] |
178 | | - before: | |
179 | | - google-api-core==2.21.0 |
180 | | - google-auth==2.35.0 |
181 | | - after: | |
182 | | - google-api-core==2.21.0 |
183 | | - google-shopping-type==1.0.0 |
184 | | - google-auth==2.35.0 |
| 129 | + "grpcio >= 1.44.0, < 2.0.0", |
185 | 130 | count: 1 |
0 commit comments