tdryer / hangups

the first third-party instant messaging client for Google Hangouts
https://hangups.readthedocs.io/
MIT License
1.71k stars 189 forks source link

Bump protobuf version range #529

Closed cdce8p closed 2 years ago

cdce8p commented 2 years ago

Bump upper limit for protobuf to <4.

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.

https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.0

-- Related: https://github.com/home-assistant/core/pull/69112

tdryer commented 2 years ago

Released 0.4.18 with this change.

cdce8p commented 2 years ago

Thanks!