Releases: aio-libs/async-lru
Releases · aio-libs/async-lru
2.0.5
2.0.4
- Fixed an error when there are pending tasks while calling
.cache_clear()
.
2.0.3
- Fixed a
KeyError
that could occur when usingttl
withmaxsize
. - Dropped
typing-extensions
dependency in Python 3.11+.