akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
126 stars 44 forks source link

Missing minimum grpcio version in requirements #134

Open jbemmel opened 1 year ago

jbemmel commented 1 year ago

https://github.com/akarneliuk/pygnmi/blob/c96b7fff79f5b24cd494bc0bc28ed14d76ed0125/pygnmi/client.py#L346

This change was introduced here: https://github.com/grpc/grpc/commit/8c7b77489b4b53a457682e157084632d5bb9e0d7

Version 1.33.1

[ I had an environment with grpcio version 1.18, and it crashed because this class didn't exist ]

akarneliuk commented 10 months ago

Hey @jbemmel ,

Thanks for pointing up. Would you like to submit PR? ;-)

Best, Anton