Commit f2e7c54
authored
Pin
- Force `grpcio` version instead of always using `latest`
- Bump `grpcio-tools` versions from 1.x0.0 to latest in their respective
lines (e.g. ~=1.30.0 => ~=1.39.0) to avoid issues in early versions
- Run grpc < 1.40 on py3.9 instead of py3.10 due to compilation issues
(e.g. cython/cython#3876 +
cython/cython#3921 +
grpc/grpc#28398)
* grpc < 1.40 requires `interceptors` to be a tuple
* remove grpc-v1.29 from the test matrix due to `grpc.aio` being experimentalgrpcio versions in CI (getsentry#2776)1 parent 21c4619 commit f2e7c54
3 files changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments