apache-airflow-providers-telegram 4.5.2rc1__tar.gz → 4.6.0rc1__tar.gz

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.
@@ -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.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,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.0rc0
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.rc1``
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>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-telegram``
44
44
 
45
- Release: ``4.5.2.rc1``
45
+ Release: ``4.6.0.rc1``
46
46
 
47
47
 
48
48
  `Telegram <https://telegram.org/>`__
@@ -55,7 +55,7 @@ This is a provider package for ``telegram`` provider. All classes for this provi
55
55
  are in ``airflow.providers.telegram`` python package.
56
56
 
57
57
  You can find package information and changelog for the provider
58
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -72,9 +72,9 @@ Requirements
72
72
  ======================= ==================
73
73
  PIP package Version required
74
74
  ======================= ==================
75
- ``apache-airflow`` ``>=2.7.0``
75
+ ``apache-airflow`` ``>=2.8.0``
76
76
  ``python-telegram-bot`` ``>=20.2``
77
77
  ======================= ==================
78
78
 
79
79
  The changelog for the provider package can be found in the
80
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2/changelog.html>`_.
80
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0/changelog.html>`_.
@@ -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",
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-telegram"
31
- version = "4.5.2.rc1"
31
+ version = "4.6.0.rc1"
32
32
  description = "Provider package apache-airflow-providers-telegram for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -56,13 +56,13 @@ classifiers = [
56
56
  ]
57
57
  requires-python = "~=3.8"
58
58
  dependencies = [
59
- "apache-airflow>=2.7.0rc0",
59
+ "apache-airflow>=2.8.0rc0",
60
60
  "python-telegram-bot>=20.2",
61
61
  ]
62
62
 
63
63
  [project.urls]
64
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2"
65
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.5.2/changelog.html"
64
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0"
65
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.6.0/changelog.html"
66
66
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
67
67
  "Source Code" = "https://github.com/apache/airflow"
68
68
  "Slack Chat" = "https://s.apache.org/airflow-slack"