Commit c88b997
authored
Pin grpcio minimum in latest grpc/python version (#2108)
gRPC's python runtime (`grpcio`) [inserts a runtime
check](https://github.com/grpc/grpc/blob/7d256a4a7796e3447854938216a23727913030f1/src/compiler/python_generator.cc#L738-L781)
to ensure that the runtime is the same version or newer than the
generated plugin code. (This is unfortunately undocumented other than in
code, hence why we haven't had this minimum included before.)1 parent 3e54979 commit c88b997
File tree
2 files changed
+2
-2
lines changed- plugins/grpc/python
- v1.60.0
- v1.76.0
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments