In python 3.12.4 or python 3.10.13 bistro, You might use grpcio==1.68.1 and grpcio-status==1.68.1.
Downgrading grpcio and grpcio-status to version 1.67.1 resolves your warning problem clearly.
pip install grpcio==1.67.1 grpcio-status==1.67.1