v3.5.3
- Adds a new API
DesktopNotifier.send_notification(notification)which directly takes a notification instance as argument. - Fixes an issue on macOS where type hints for ObjC classes where incorrectly interpreted due to the use of deferred type hint evaluation (
from __future__ import annotations).