PyPI package: https://pypi.org/project/python-redux/0.25.0
Changes:
- refactor: use custom value
NOT_SET = object()instead ofNoneto signal the absence of a value for thedefault_valueparameter inAutorunOptionsand internally inAutorunclass for properties storing last selector result and last call result - build: switch versioning source to
version.py, support Python 3.14 - refactor: improve weakref handling in store listeners and event handlers, remove manual
weakrefhandling inSideEffectRunner, optimizeAutorunchecks and subscription logic - test: add tests for subscription lifecycle
- ci: add code coverage check to
integration_deliveryworkflow