Skip to content

v1.0.2

Choose a tag to compare

@EscherMoore EscherMoore released this 25 Sep 16:25
· 12 commits to main since this release

Version 1.0.2

Fixed

  • (78c4ccb) Resolved a TypeError encountered in Python versions <3.10 due to the use of a staticmethod object as a decorator. In Python versions <3.10, staticmethod objects are not callable, causing an error when decorating methods within the same class. The _ensure_connection decorator was moved outside of the CacheManager class, eliminating the need for the staticmethod decorator. This fix ensures consistent behavior across all Python versions (>=3.7) officially supported by Ditch The Bell, as specified in pyproject.toml.