Releases: wolph/python-utils
Releases · wolph/python-utils
v3.5.0
Added unique list container
v3.4.5
Added TracebackType to types
v3.4.0
added more type hints, full pyright and mypy support and added py.typed file
v3.3.3
fixed issue with not submitting tasks to asyncio.wait
. Fixes #35
v3.3.2
Fixed bug with batcher skipping items in the case of timeouts thanks to @jorenham
v3.3.1
improved generator timeout handling