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
eladkal commented on code in PR #28953:
URL: https://github.com/apache/airflow/pull/28953#discussion_r1114657947
##
tests/providers/telegram/hooks/test_telegram.py:
##
@@ -30,6 +30,10 @@
TELEGRAM_TOKEN = "dummy token"
+class AsyncMock(mock.MagicMock):
+async def __call_
eladkal commented on code in PR #28953:
URL: https://github.com/apache/airflow/pull/28953#discussion_r964786
##
airflow/providers/telegram/CHANGELOG.rst:
##
@@ -24,6 +24,23 @@
Changelog
-
+3.2.0
+.
Review Comment:
```suggestion
4.0.0
.
Br
eladkal commented on code in PR #28953:
URL: https://github.com/apache/airflow/pull/28953#discussion_r1071208489
##
airflow/providers/telegram/CHANGELOG.rst:
##
@@ -24,6 +24,19 @@
Changelog
-
+4.0.0
+.
+
+Breaking changes
+
+
+* This release of pr