eladkal opened a new pull request, #54121: URL: https://github.com/apache/airflow/pull/54121
This fixes wrong output of Version Behind count. Example https://pypi.org/project/flask-babel/#history we have version 2.0.0 versions released since are 3.0.0 3.0.1 3.1.0 4.0.0 so the column showed show 4 Before: <img width="1527" height="622" alt="Screenshot 2025-08-05 at 11 06 17" src="https://github.com/user-attachments/assets/e20a0c48-70a0-4273-ac24-c079b38dc22e" /> After: <img width="1534" height="572" alt="Screenshot 2025-08-05 at 11 10 51" src="https://github.com/user-attachments/assets/28c8ff2a-e6e0-48ff-b3e0-967b6af8df09" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
