apache-airflow-providers-telegram 4.5.2rc1__py3-none-any.whl → 4.6.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.
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.5.2"
32
+ __version__ = "4.6.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.7.0"
35
+ "2.8.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-telegram:{__version__}` needs Apache Airflow 2.7.0+"
38
+ f"The package `apache-airflow-providers-telegram:{__version__}` needs Apache Airflow 2.8.0+"
39
39
  )
@@ -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": 1718605519,
31
+ "source-date-epoch": 1723970613,
32
32
  "versions": [
33
+ "4.6.0",
33
34
  "4.5.2",
34
35
  "4.5.1",
35
36
  "4.5.0",
@@ -52,7 +53,7 @@ def get_provider_info():
52
53
  "1.0.1",
53
54
  "1.0.0",
54
55
  ],
55
- "dependencies": ["apache-airflow>=2.7.0", "python-telegram-bot>=20.2"],
56
+ "dependencies": ["apache-airflow>=2.8.0", "python-telegram-bot>=20.2"],
56
57
  "integrations": [
57
58
  {
58
59
  "integration-name": "Telegram",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-telegram
3
- Version: 4.5.2rc1
3
+ Version: 4.6.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>
@@ -21,11 +21,11 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow>=2.7.0rc0
24
+ Requires-Dist: apache-airflow>=2.8.0
25
25
  Requires-Dist: python-telegram-bot>=20.2
26
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
27
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2/changelog.html
28
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2
27
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0/changelog.html
28
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0
29
29
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
30
30
  Project-URL: Source Code, https://github.com/apache/airflow
31
31
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -75,7 +75,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
75
75
 
76
76
  Package ``apache-airflow-providers-telegram``
77
77
 
78
- Release: ``4.5.2.rc1``
78
+ Release: ``4.6.0``
79
79
 
80
80
 
81
81
  `Telegram <https://telegram.org/>`__
@@ -88,7 +88,7 @@ This is a provider package for ``telegram`` provider. All classes for this provi
88
88
  are in ``airflow.providers.telegram`` python package.
89
89
 
90
90
  You can find package information and changelog for the provider
91
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2/>`_.
91
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0/>`_.
92
92
 
93
93
  Installation
94
94
  ------------
@@ -105,9 +105,9 @@ Requirements
105
105
  ======================= ==================
106
106
  PIP package Version required
107
107
  ======================= ==================
108
- ``apache-airflow`` ``>=2.7.0``
108
+ ``apache-airflow`` ``>=2.8.0``
109
109
  ``python-telegram-bot`` ``>=20.2``
110
110
  ======================= ==================
111
111
 
112
112
  The changelog for the provider package can be found in the
113
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2/changelog.html>`_.
113
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0/changelog.html>`_.
@@ -0,0 +1,11 @@
1
+ airflow/providers/telegram/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
+ airflow/providers/telegram/__init__.py,sha256=ATVOU-kvU8BITlzp7nfpgsh40mXeyBJn5NTV__RN-EY,1495
3
+ airflow/providers/telegram/get_provider_info.py,sha256=wRZZtHwyEbzgp3P_RG5s5Qb3lc2nw2EcqbEKdKxBomw,2806
4
+ airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/telegram/hooks/telegram.py,sha256=gMFwA4VrOEhW-SppKtnFO1SmMwLmV_99vmmk5GsyY34,5811
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.6.0.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
9
+ apache_airflow_providers_telegram-4.6.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
+ apache_airflow_providers_telegram-4.6.0.dist-info/METADATA,sha256=MP6U8ym73U18FRs4aTSaWRGM8IscQXirwnS9xzx2w5c,4794
11
+ apache_airflow_providers_telegram-4.6.0.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- airflow/providers/telegram/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
- airflow/providers/telegram/__init__.py,sha256=8Ox7LjEcHpb0pwjdZcxT6hci_BUnwWxsDigiFzn5rCo,1495
3
- airflow/providers/telegram/get_provider_info.py,sha256=nN9vRM8UQ3VhFT1X6emh774E-2oDZu-IOqp6djc1H-E,2785
4
- airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/telegram/hooks/telegram.py,sha256=gMFwA4VrOEhW-SppKtnFO1SmMwLmV_99vmmk5GsyY34,5811
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.2rc1.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
9
- apache_airflow_providers_telegram-4.5.2rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
- apache_airflow_providers_telegram-4.5.2rc1.dist-info/METADATA,sha256=qXoeL7g9gZiwFzs0azYI-y3NlDupxiOf7MQ4JrfTs-E,4804
11
- apache_airflow_providers_telegram-4.5.2rc1.dist-info/RECORD,,