home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.
MIT License
2.51k stars 380 forks source link

Regenerate protobuf files #788

Closed emontnemery closed 6 months ago

emontnemery commented 6 months ago

Regenerate protobuf python files with a newer compiler which supports generating .pyi stub files

The files were generated with protobuf 4.25.1, the same version as is currently pinned by Home Assistant Core