apache-airflow-providers-telegram 4.3.0rc1__py3-none-any.whl → 4.4.0rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ import packaging.version
27
27
 
28
28
  __all__ = ["__version__"]
29
29
 
30
- __version__ = "4.3.0"
30
+ __version__ = "4.4.0"
31
31
 
32
32
  try:
33
33
  from airflow import __version__ as airflow_version
@@ -27,9 +27,10 @@ def get_provider_info():
27
27
  "package-name": "apache-airflow-providers-telegram",
28
28
  "name": "Telegram",
29
29
  "description": "`Telegram <https://telegram.org/>`__\n",
30
- "suspended": False,
31
- "source-date-epoch": 1701983425,
30
+ "state": "ready",
31
+ "source-date-epoch": 1705912297,
32
32
  "versions": [
33
+ "4.4.0",
33
34
  "4.3.0",
34
35
  "4.2.0",
35
36
  "4.1.1",
@@ -47,7 +48,7 @@ def get_provider_info():
47
48
  "1.0.1",
48
49
  "1.0.0",
49
50
  ],
50
- "dependencies": ["apache-airflow>=2.6.0", "python-telegram-bot>=20.0.0"],
51
+ "dependencies": ["apache-airflow>=2.6.0", "python-telegram-bot>=20.2"],
51
52
  "integrations": [
52
53
  {
53
54
  "integration-name": "Telegram",
@@ -63,8 +63,9 @@ class TelegramHook(BaseHook):
63
63
  telegram_conn_id: str | None = None,
64
64
  token: str | None = None,
65
65
  chat_id: str | None = None,
66
+ **kwargs,
66
67
  ) -> None:
67
- super().__init__()
68
+ super().__init__(**kwargs)
68
69
  self.token = self.__get_token(token, telegram_conn_id)
69
70
  self.chat_id = self.__get_chat_id(chat_id, telegram_conn_id)
70
71
  self.connection = self.get_conn()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-telegram
3
- Version: 4.3.0rc1
3
+ Version: 4.4.0rc1
4
4
  Summary: Provider package apache-airflow-providers-telegram for Apache Airflow
5
5
  Keywords: airflow-provider,telegram,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -21,10 +21,10 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow>=2.6.0.dev0
24
- Requires-Dist: python-telegram-bot>=20.0.0
24
+ Requires-Dist: python-telegram-bot>=20.2
25
25
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
26
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.3.0/changelog.html
27
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.3.0
26
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.4.0/changelog.html
27
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.4.0
28
28
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
29
29
  Project-URL: Source Code, https://github.com/apache/airflow
30
30
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -74,7 +74,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
74
74
 
75
75
  Package ``apache-airflow-providers-telegram``
76
76
 
77
- Release: ``4.3.0.rc1``
77
+ Release: ``4.4.0.rc1``
78
78
 
79
79
 
80
80
  `Telegram <https://telegram.org/>`__
@@ -87,7 +87,7 @@ This is a provider package for ``telegram`` provider. All classes for this provi
87
87
  are in ``airflow.providers.telegram`` python package.
88
88
 
89
89
  You can find package information and changelog for the provider
90
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.3.0/>`_.
90
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.4.0/>`_.
91
91
 
92
92
  Installation
93
93
  ------------
@@ -105,8 +105,8 @@ Requirements
105
105
  PIP package Version required
106
106
  ======================= ==================
107
107
  ``apache-airflow`` ``>=2.6.0``
108
- ``python-telegram-bot`` ``>=20.0.0``
108
+ ``python-telegram-bot`` ``>=20.2``
109
109
  ======================= ==================
110
110
 
111
111
  The changelog for the provider package can be found in the
112
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.3.0/changelog.html>`_.
112
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.4.0/changelog.html>`_.
@@ -0,0 +1,11 @@
1
+ airflow/providers/telegram/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
+ airflow/providers/telegram/__init__.py,sha256=v4C6PfxJHpIQkO994BW843j_cjKsxdW7FLQpZouubZM,1583
3
+ airflow/providers/telegram/get_provider_info.py,sha256=sY5ZU751vJY7U6C6Nb8FjOB60dXYrH1XwUERaqHvKx8,2492
4
+ airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/telegram/hooks/telegram.py,sha256=_0H7rc7oFTWIs0xxNuIRwnoTh-hi9_Mct8szuI9LZGE,5267
6
+ airflow/providers/telegram/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/telegram/operators/telegram.py,sha256=2a3Co15yZEYqMbwECpMlkkjtXxwdlUsrnkPvTEP6as0,3014
8
+ apache_airflow_providers_telegram-4.4.0rc1.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
9
+ apache_airflow_providers_telegram-4.4.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
+ apache_airflow_providers_telegram-4.4.0rc1.dist-info/METADATA,sha256=kupO_tsJoo-ceWSJGL1t9Bqw92XAnggP7wQSO-Usz-I,4750
11
+ apache_airflow_providers_telegram-4.4.0rc1.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- airflow/providers/telegram/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/telegram/__init__.py,sha256=ymx10l4stbcXp_ZkcHFc3wIW3HJmssnrYDwfGthvg1A,1583
3
- airflow/providers/telegram/get_provider_info.py,sha256=vB69YW1cbQNzBXCqA2dz0sl6_TfdCieVnhx7c5oLpKw,2475
4
- airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/telegram/hooks/telegram.py,sha256=Fv8iHud4t4benoQXcinf3_4QRcZ2OJQtv0dQMkii8hM,5241
6
- airflow/providers/telegram/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/telegram/operators/telegram.py,sha256=2a3Co15yZEYqMbwECpMlkkjtXxwdlUsrnkPvTEP6as0,3014
8
- apache_airflow_providers_telegram-4.3.0rc1.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
9
- apache_airflow_providers_telegram-4.3.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
- apache_airflow_providers_telegram-4.3.0rc1.dist-info/METADATA,sha256=KFT5Qy6kyyi-SC3lPx_G-Om5vth0h64yiCsrOQzHOyc,4754
11
- apache_airflow_providers_telegram-4.3.0rc1.dist-info/RECORD,,