blinker v1.9.0 Release Notes
Release Date: 2024-11-08 // over 1 year ago-
🚀 This is the Blinker 1.9.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.
PyPI: https://pypi.org/project/blinker/1.9.0/
🔄 Changes: https://blinker.readthedocs.io/en/stable/#version-1-9-0
Milestone: https://github.com/pallets-eco/blinker/milestone/1?closed=1
Previous changes from v1.8.2
-
🚀 This is the Blinker 1.8.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/blinker/1.8.2/
🔄 Changes: https://blinker.readthedocs.io/en/latest/#version-1-8-2- Simplify type for
_async_wrapperand_sync_wrapperarguments. #156
- Simplify type for