apache-airflow-providers-telegram 4.4.0rc2__py3-none-any.whl → 4.5.0__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.
- airflow/providers/telegram/__init__.py +3 -3
- airflow/providers/telegram/get_provider_info.py +3 -2
- airflow/providers/telegram/hooks/telegram.py +1 -0
- airflow/providers/telegram/operators/telegram.py +1 -0
- {apache_airflow_providers_telegram-4.4.0rc2.dist-info → apache_airflow_providers_telegram-4.5.0.dist-info}/METADATA +10 -9
- apache_airflow_providers_telegram-4.5.0.dist-info/RECORD +11 -0
- apache_airflow_providers_telegram-4.4.0rc2.dist-info/RECORD +0 -11
- {apache_airflow_providers_telegram-4.4.0rc2.dist-info → apache_airflow_providers_telegram-4.5.0.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_telegram-4.4.0rc2.dist-info → apache_airflow_providers_telegram-4.5.0.dist-info}/entry_points.txt +0 -0
@@ -27,7 +27,7 @@ import packaging.version
|
|
27
27
|
|
28
28
|
__all__ = ["__version__"]
|
29
29
|
|
30
|
-
__version__ = "4.
|
30
|
+
__version__ = "4.5.0"
|
31
31
|
|
32
32
|
try:
|
33
33
|
from airflow import __version__ as airflow_version
|
@@ -35,8 +35,8 @@ except ImportError:
|
|
35
35
|
from airflow.version import version as airflow_version
|
36
36
|
|
37
37
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
38
|
-
"2.
|
38
|
+
"2.7.0"
|
39
39
|
):
|
40
40
|
raise RuntimeError(
|
41
|
-
f"The package `apache-airflow-providers-telegram:{__version__}` needs Apache Airflow 2.
|
41
|
+
f"The package `apache-airflow-providers-telegram:{__version__}` needs Apache Airflow 2.7.0+"
|
42
42
|
)
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "Telegram",
|
29
29
|
"description": "`Telegram <https://telegram.org/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1714477687,
|
32
32
|
"versions": [
|
33
|
+
"4.5.0",
|
33
34
|
"4.4.0",
|
34
35
|
"4.3.1",
|
35
36
|
"4.3.0",
|
@@ -49,7 +50,7 @@ def get_provider_info():
|
|
49
50
|
"1.0.1",
|
50
51
|
"1.0.0",
|
51
52
|
],
|
52
|
-
"dependencies": ["apache-airflow>=2.
|
53
|
+
"dependencies": ["apache-airflow>=2.7.0", "python-telegram-bot>=20.2"],
|
53
54
|
"integrations": [
|
54
55
|
{
|
55
56
|
"integration-name": "Telegram",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-telegram
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.5.0
|
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>
|
@@ -19,12 +19,13 @@ Classifier: Programming Language :: Python :: 3.8
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
22
23
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow>=2.
|
24
|
+
Requires-Dist: apache-airflow>=2.7.0
|
24
25
|
Requires-Dist: python-telegram-bot>=20.2
|
25
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.0/changelog.html
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.0
|
28
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
29
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
30
31
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -74,7 +75,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
74
75
|
|
75
76
|
Package ``apache-airflow-providers-telegram``
|
76
77
|
|
77
|
-
Release: ``4.
|
78
|
+
Release: ``4.5.0``
|
78
79
|
|
79
80
|
|
80
81
|
`Telegram <https://telegram.org/>`__
|
@@ -87,7 +88,7 @@ This is a provider package for ``telegram`` provider. All classes for this provi
|
|
87
88
|
are in ``airflow.providers.telegram`` python package.
|
88
89
|
|
89
90
|
You can find package information and changelog for the provider
|
90
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.
|
91
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.0/>`_.
|
91
92
|
|
92
93
|
Installation
|
93
94
|
------------
|
@@ -96,7 +97,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
96
97
|
for the minimum Airflow version supported) via
|
97
98
|
``pip install apache-airflow-providers-telegram``
|
98
99
|
|
99
|
-
The package supports the following python versions: 3.8,3.9,3.10,3.11
|
100
|
+
The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
|
100
101
|
|
101
102
|
Requirements
|
102
103
|
------------
|
@@ -104,9 +105,9 @@ Requirements
|
|
104
105
|
======================= ==================
|
105
106
|
PIP package Version required
|
106
107
|
======================= ==================
|
107
|
-
``apache-airflow`` ``>=2.
|
108
|
+
``apache-airflow`` ``>=2.7.0``
|
108
109
|
``python-telegram-bot`` ``>=20.2``
|
109
110
|
======================= ==================
|
110
111
|
|
111
112
|
The changelog for the provider package can be found in the
|
112
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.
|
113
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.0/changelog.html>`_.
|
@@ -0,0 +1,11 @@
|
|
1
|
+
airflow/providers/telegram/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
|
2
|
+
airflow/providers/telegram/__init__.py,sha256=I45ziG0xXBXSo8_ZooawNKEtB4uvtQV5zOWYLxD_fTU,1583
|
3
|
+
airflow/providers/telegram/get_provider_info.py,sha256=s9jFeejdFby0QeQlpenBLE5Agaj4mgqYmZ6dPfErcp8,2743
|
4
|
+
airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
+
airflow/providers/telegram/hooks/telegram.py,sha256=QqX3H65L8DOZSIqmNO_Q5SqDOr6SEtPpep61MXBPlf8,5746
|
6
|
+
airflow/providers/telegram/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
7
|
+
airflow/providers/telegram/operators/telegram.py,sha256=fvKOeHwuf0o26wWVP2sER9ByCHD6dkNZCPzjIqp1D8k,3014
|
8
|
+
apache_airflow_providers_telegram-4.5.0.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
|
9
|
+
apache_airflow_providers_telegram-4.5.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
10
|
+
apache_airflow_providers_telegram-4.5.0.dist-info/METADATA,sha256=SF8gOKT0mQMnBB6_C1HmCusyD75aCS6oHR2og_d-1lQ,4794
|
11
|
+
apache_airflow_providers_telegram-4.5.0.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
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=Z9DcDKXUC9UvnZ2ayIBAI6yWc1ue2hMJdOBzu43mg1s,2722
|
4
|
-
airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
5
|
-
airflow/providers/telegram/hooks/telegram.py,sha256=nTF-hYTVxlBnIoKnuD-b4afiPjQzcRas8Uw5YLQJq_A,5745
|
6
|
-
airflow/providers/telegram/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
7
|
-
airflow/providers/telegram/operators/telegram.py,sha256=dhY8YF3sSz3HZLI4toJRLE7MQZqjQBff_fvjSQSwVZM,3013
|
8
|
-
apache_airflow_providers_telegram-4.4.0rc2.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
|
9
|
-
apache_airflow_providers_telegram-4.4.0rc2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
10
|
-
apache_airflow_providers_telegram-4.4.0rc2.dist-info/METADATA,sha256=y7_ZBzExilsVLn8O6KkSfoqX6BQvGkbiCm5xg-gK3ls,4750
|
11
|
-
apache_airflow_providers_telegram-4.4.0rc2.dist-info/RECORD,,
|
File without changes
|