From 49867b660b6231c1319969217bc61917f7cf9829 Mon Sep 17 00:00:00 2001 From: pierrejeambrun Date: Wed, 18 Jan 2023 00:54:06 +0100 Subject: [PATCH] Update changelog to add #28962 --- RELEASE_NOTES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index e879df02c328a..ff777a75edd8d 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -21,7 +21,7 @@ .. towncrier release notes start -Airflow 2.5.1 (2023-01-16) +Airflow 2.5.1 (2023-01-20) -------------------------- Significant Changes @@ -93,6 +93,8 @@ Bug Fixes Misc/Internal ^^^^^^^^^^^^^ +- Remove limit for ``dnspython`` after eventlet got fixed (#29004) +- Limit ``dnspython`` to < ``2.3.0`` until eventlet incompatibility is solved (#28962) - Add automated version replacement in example dag indexes (#28090) - Cleanup and do housekeeping with plugin examples (#28537) - Limit ``SQLAlchemy`` to below ``2.0`` (#28725)