apache-airflow-providers-telegram 4.7.0__tar.gz → 4.7.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.3
2
2
  Name: apache-airflow-providers-telegram
3
- Version: 4.7.0
3
+ Version: 4.7.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>
@@ -20,7 +20,7 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.9.0
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
26
  Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-telegram/4.7.0/changelog.html
@@ -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.7.0``
77
+ Release: ``4.7.0.rc1``
78
78
 
79
79
 
80
80
  `Telegram <https://telegram.org/>`__
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-telegram``
44
44
 
45
- Release: ``4.7.0``
45
+ Release: ``4.7.0.rc1``
46
46
 
47
47
 
48
48
  `Telegram <https://telegram.org/>`__
@@ -27,7 +27,7 @@ build-backend = "flit_core.buildapi"
27
27
 
28
28
  [project]
29
29
  name = "apache-airflow-providers-telegram"
30
- version = "4.7.0"
30
+ version = "4.7.0.rc1"
31
31
  description = "Provider package apache-airflow-providers-telegram for Apache Airflow"
32
32
  readme = "README.rst"
33
33
  authors = [
@@ -54,7 +54,7 @@ classifiers = [
54
54
  ]
55
55
  requires-python = "~=3.9"
56
56
  dependencies = [
57
- "apache-airflow>=2.9.0",
57
+ "apache-airflow>=2.9.0rc0",
58
58
  "python-telegram-bot>=20.2",
59
59
  ]
60
60