eladkal commented on code in PR #28953: URL: https://github.com/apache/airflow/pull/28953#discussion_r1114794911
########## airflow/providers/telegram/provider.yaml: ########## @@ -39,7 +40,7 @@ dependencies: # The telegram bot 20.0.0 is not yet compatible with our provider as documented in # https://github.com/apache/airflow/issues/28670. This limit should be removed (and likely replaced # with >=20.0.0) once the issue is fixed. - - python-telegram-bot>=13.0,<20.0.0 + - python-telegram-bot>=20.0.0 Review Comment: Can you please also remove the comments in the linea above? They are no longer relevant -- 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]
