Skip to content

Releases: wolph/python-utils

v3.4.5

29 Oct 21:41
v3.4.5
7fec514
Compare
Choose a tag to compare

Added TracebackType to types

v3.4.4

29 Oct 21:18
v3.4.4
8754157
Compare
Choose a tag to compare

Added py.typed

v3.4.3

29 Oct 20:49
v3.4.3
018a0ca
Compare
Choose a tag to compare

Added py.typed

v3.4.2

29 Oct 20:48
v3.4.2
7020048
Compare
Choose a tag to compare

Added py.typed

v3.4.1

29 Oct 20:48
v3.4.1
56d10ac
Compare
Choose a tag to compare

Added py.typed

v3.4.0

29 Oct 19:12
v3.4.0
ec05016
Compare
Choose a tag to compare

added more type hints, full pyright and mypy support and added py.typed file

v3.3.3

31 May 21:31
v3.3.3
1aa3a08
Compare
Choose a tag to compare

fixed issue with not submitting tasks to asyncio.wait. Fixes #35

v3.3.2

30 May 22:13
v3.3.2
7639c88
Compare
Choose a tag to compare

Fixed bug with batcher skipping items in the case of timeouts thanks to @jorenham

v3.3.1

29 May 21:20
v3.3.1
0d51a3c
Compare
Choose a tag to compare

improved generator timeout handling

v3.3.0

29 May 02:08
v3.3.0
0448374
Compare
Choose a tag to compare

Added (asyncio) generators for automatic batching and timeout detection