Skip to content

v0.19.1

Choose a tag to compare

@github-actions github-actions released this 27 Feb 23:54
· 34 commits to main since this release
v0.19.1
1bc289e

PyPI package: https://pypi.org/project/python-redux/0.19.1

Changes:

  • refactor: provide correct signature for the autorun instance based on the function it decorates
  • refactor: side effect runners always run the side effect in the event loop provided to them regardless of the return value of the side effect being a coroutine or not, this is because even if the side effect is not a coroutine, it might still use async features internally