v2.5.3
tagged this
12 May 15:19
Selve.__init__ now falls back to logging.getLogger(__name__) when no logger is passed, so asserting _LOGGER is None is incorrect. Updated two tests to assert isinstance(_LOGGER, logging.Logger) instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>