grpcio: requiring at least 1.32 for exception uniformity
In cases of socket bind failures, grpcio 1.31.0 returns a zero port value, whereas 1.32.0 raises RuntimeError. To avoid making special cases that seem useless, let's just make explicit that we are using at least 1.32.
Please register or sign in to comment