Introduction
Dash File Cache is a Dash extension library.
Utilities for providing convenient methods to serve cached data in Plotly-Dash or Flask.
Changelog
0.1.2 @ 10/13/2024
🔧 Fix
- Fix: Correct a typo of the html tags in the readme file.
- Fix: Fix typos in the docstrings.
- Fix: Make
caches.typehints.Deferred
used by other modules. - Fix: Add
caches.typehints.Deferred
to the__all__
list of the module. - Fix: Correct the keywords in
pyproject.toml
.
💾 Change
- Remove unused
utilities.no_cache
. - Adjust the ignore list of
pyright
,black
andflake8
. - Adjust the typehints of
services.data.ServiceData
.
Full Changelog: https://github.com/cainmagi/dash-file-cache/commits/v0.1.2