Fixed
- Fixed regression in v5.1.0 where components would sometimes not output debug messages when
settings.py:DEBUG
is enabled.
Changed
- Set upper limit on ReactPy version to
<2.0.0
. - ReactPy web modules are now streamed in chunks.
- ReactPy web modules are now streamed using asynchronous file reading to improve performance.
- Performed refactoring to utilize
ruff
as this repository's linter.