Closed cdce8p closed 2 years ago
Thanks!
@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
Released 0.4.17.
Thanks!
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
, andtimeout.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