- Minimum
anyio
version is3.0
. - Due to the minimum
anyio
version being3.0
,curio
support has been dropped, and hencecurio
has been removed as a project dependency. - Minimum
Python
version is3.7.1
becausecontextvars
(not the backport) is dependency ofAsyncMachine
intransitions>=0.8.6
due to the way thatAnyIOMachine
inherits fromAsyncMachine
.
- This library now works without curio installed as it should have.
Release 0.1.0 is the initial release:
- Introduced
AnyIOMachine
,AnyIOGraphMachine
,HierarchicalAnyIOMachine
andHierarchicalAnyIOGraphMachine
- Compatible with
transitions>=0.8.6
- Published on PyPI