Commit f19ec3e
committed
build: Pin grpcio-tools to the gRPC v1.81.x train
The python client gRPC stubs are generated with grpcio-tools, which was
installed unpinned and floated to the newest PyPI release (1.82.x)
after the gRPC v1.81.1 third_party bump. The generated
grpc_service_pb2_grpc.py then asserted grpcio>=1.82.1 at import time,
while the runtime shipped an older grpcio — breaking every L0 test that
imports tritonclient.grpc. Pin grpcio-tools to 1.81.x so the generated
stubs track the same gRPC minor as the C++ library, keeping the whole
stack on one deterministic train.1 parent 61e5810 commit f19ec3e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments