apache-airflow-providers-telegram 4.7.1rc1__py3-none-any.whl → 4.7.2rc1__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,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.7.1"
32
+ __version__ = "4.7.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.9.0"
@@ -27,8 +27,9 @@ def get_provider_info():
27
27
  "name": "Telegram",
28
28
  "description": "`Telegram <https://telegram.org/>`__\n",
29
29
  "state": "ready",
30
- "source-date-epoch": 1739964570,
30
+ "source-date-epoch": 1741509927,
31
31
  "versions": [
32
+ "4.7.2",
32
33
  "4.7.1",
33
34
  "4.7.0",
34
35
  "4.6.0",
@@ -79,4 +80,5 @@ def get_provider_info():
79
80
  {"integration-name": "Telegram", "python-modules": ["airflow.providers.telegram.hooks.telegram"]}
80
81
  ],
81
82
  "dependencies": ["apache-airflow>=2.9.0", "python-telegram-bot>=20.2"],
83
+ "devel-dependencies": [],
82
84
  }
@@ -22,9 +22,9 @@ from __future__ import annotations
22
22
  import asyncio
23
23
  from typing import Any
24
24
 
25
+ import telegram
25
26
  import tenacity
26
27
 
27
- import telegram
28
28
  from airflow.exceptions import AirflowException
29
29
  from airflow.hooks.base import BaseHook
30
30
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-telegram
3
- Version: 4.7.1rc1
3
+ Version: 4.7.2rc1
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>
@@ -23,40 +23,39 @@ Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow>=2.9.0rc0
24
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.7.1/changelog.html
27
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.1
26
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/changelog.html
27
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2
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://x.com/ApacheAirflow
31
31
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
32
32
 
33
33
 
34
- .. Licensed to the Apache Software Foundation (ASF) under one
35
- or more contributor license agreements. See the NOTICE file
36
- distributed with this work for additional information
37
- regarding copyright ownership. The ASF licenses this file
38
- to you under the Apache License, Version 2.0 (the
39
- "License"); you may not use this file except in compliance
40
- with the License. You may obtain a copy of the License at
34
+ .. Licensed to the Apache Software Foundation (ASF) under one
35
+ or more contributor license agreements. See the NOTICE file
36
+ distributed with this work for additional information
37
+ regarding copyright ownership. The ASF licenses this file
38
+ to you under the Apache License, Version 2.0 (the
39
+ "License"); you may not use this file except in compliance
40
+ with the License. You may obtain a copy of the License at
41
41
 
42
- .. http://www.apache.org/licenses/LICENSE-2.0
42
+ .. http://www.apache.org/licenses/LICENSE-2.0
43
43
 
44
- .. Unless required by applicable law or agreed to in writing,
45
- software distributed under the License is distributed on an
46
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
47
- KIND, either express or implied. See the License for the
48
- specific language governing permissions and limitations
49
- under the License.
44
+ .. Unless required by applicable law or agreed to in writing,
45
+ software distributed under the License is distributed on an
46
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
47
+ KIND, either express or implied. See the License for the
48
+ specific language governing permissions and limitations
49
+ under the License.
50
50
 
51
- .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
52
-
53
- .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
54
- `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
51
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
55
52
 
53
+ .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
54
+ ``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
56
55
 
57
56
  Package ``apache-airflow-providers-telegram``
58
57
 
59
- Release: ``4.7.1``
58
+ Release: ``4.7.2``
60
59
 
61
60
 
62
61
  `Telegram <https://telegram.org/>`__
@@ -69,7 +68,7 @@ This is a provider package for ``telegram`` provider. All classes for this provi
69
68
  are in ``airflow.providers.telegram`` python package.
70
69
 
71
70
  You can find package information and changelog for the provider
72
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.1/>`_.
71
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/>`_.
73
72
 
74
73
  Installation
75
74
  ------------
@@ -91,5 +90,5 @@ PIP package Version required
91
90
  ======================= ==================
92
91
 
93
92
  The changelog for the provider package can be found in the
94
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.1/changelog.html>`_.
93
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.2/changelog.html>`_.
95
94
 
@@ -0,0 +1,11 @@
1
+ airflow/providers/telegram/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
+ airflow/providers/telegram/__init__.py,sha256=kki9VPSX5umDrnY_BBsRvnpIsidQWetFHOPk-OVWCko,1495
3
+ airflow/providers/telegram/get_provider_info.py,sha256=sJatRzIHxHBlCvr8LjoEUZIL2-6TfWMY-4QgwsOorXY,2873
4
+ airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/telegram/hooks/telegram.py,sha256=C-bxaDlvTugP5WZdxc30lqPOwd9fAn97ZbDG325P-Eo,6918
6
+ airflow/providers/telegram/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/telegram/operators/telegram.py,sha256=4hJLqWw9OAwG9KpBC5AVBi5pVrUsjDQXMVG0spAabxo,5080
8
+ apache_airflow_providers_telegram-4.7.2rc1.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
9
+ apache_airflow_providers_telegram-4.7.2rc1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
10
+ apache_airflow_providers_telegram-4.7.2rc1.dist-info/METADATA,sha256=TOUE2jlhUGQxkUF58jirViRcfIZbscwbK37hAryFdW4,3901
11
+ apache_airflow_providers_telegram-4.7.2rc1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.10.1
2
+ Generator: flit 3.11.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,11 +0,0 @@
1
- airflow/providers/telegram/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/telegram/__init__.py,sha256=8Qo468sO39LBXMoJIu4ggIB7-NExnAscBdnAuxmc_TY,1495
3
- airflow/providers/telegram/get_provider_info.py,sha256=TAsgHALXraQLVzmwSoGrKHPG28M28DRBxWq05EaXwyo,2818
4
- airflow/providers/telegram/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/telegram/hooks/telegram.py,sha256=GLTxSH76k6GAqCA9WwqKp2g_s8BX0e7ylqCrayW7vzQ,6918
6
- airflow/providers/telegram/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/telegram/operators/telegram.py,sha256=4hJLqWw9OAwG9KpBC5AVBi5pVrUsjDQXMVG0spAabxo,5080
8
- apache_airflow_providers_telegram-4.7.1rc1.dist-info/entry_points.txt,sha256=QbI_ZGIDTfpx3npCqi0CebJFs_NCjoG8Tn9dGkQDBkE,104
9
- apache_airflow_providers_telegram-4.7.1rc1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
10
- apache_airflow_providers_telegram-4.7.1rc1.dist-info/METADATA,sha256=olTzToNNAweVz7fW5_7GdwaJPFrXQB_lETh2mXeRLZE,3915
11
- apache_airflow_providers_telegram-4.7.1rc1.dist-info/RECORD,,