Taragolis commented on code in PR #28953: URL: https://github.com/apache/airflow/pull/28953#discussion_r1071239571
########## airflow/providers/telegram/CHANGELOG.rst: ########## @@ -24,6 +24,19 @@ Changelog --------- +4.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* This release of provider only supports ``python-telegram-bot 20.0.0`` and above. All previous versions will + not work with ``4.0.0``. Review Comment: I think more important part not bump to new major version of package, rather then fact that `TelegramHook.connection` public attribute now provide incompatible object, all other part seems like fine and compatible with previous one. -- 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]
