Protobuf version 3.20.0 was uploaded to PyPI yesterday which causes a dependency conflict with hangups.
AFAICT 3.20.0 is still compatible, they only dropped support for Python < 3.7. That however isn't an issue as pip can resolve that and choose 3.19 for Python 3.6.
Bump upper limit for
protobuf
to<4
.Protobuf version
3.20.0
was uploaded to PyPI yesterday which causes a dependency conflict withhangups
. AFAICT3.20.0
is still compatible, they only dropped support for Python < 3.7. That however isn't an issue as pip can resolve that and choose3.19
for Python 3.6.https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.0
-- Related: https://github.com/home-assistant/core/pull/69112