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

Allow async-timeout v4 #524

Closed cdce8p closed 2 years ago

cdce8p commented 2 years ago

Bump upper limit for async-timeout dependency.

From what I can tell, the library should still work with async-timeout v4. I've linked the Changelog and diff below. The breaking changes were that two properties have been removed: timeout.remaining, and timeout.timeout. Both aren't used here.

https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst#400-2021-11-01 https://github.com/aio-libs/async-timeout/compare/v3.0.1...v4.0.1

tdryer commented 2 years ago

Thanks!

cdce8p commented 2 years ago

@tdryer Would you mind creating a new release with this change? It currently blocks Home-Assistant from updating pip and using Python 3.10. https://github.com/home-assistant/core/pull/59769

tdryer commented 2 years ago

Released 0.4.17.

cdce8p commented 2 years ago

Thanks!