Skip to content

v0.17.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 00:08
· 7 commits to main since this release
v0.17.2
650b7a5

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

Changes:

  • feat(autorun): add auto_await to AutorunOptions so that one can define an autorun/view as a decorator of a function without automatically awaiting its result, when auto_await is set to False, which activates the new behavior, the decorated function passes asyncio.iscoroutinefunction test, useful for certain libraries like quart