apache-airflow-providers-vertica 3.8.2__tar.gz → 3.8.2rc1__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-vertica
3
- Version: 3.8.2
3
+ Version: 3.8.2rc1
4
4
  Summary: Provider package apache-airflow-providers-vertica for Apache Airflow
5
5
  Keywords: airflow-provider,vertica,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -21,8 +21,8 @@ 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-providers-common-sql>=1.3.1
25
- Requires-Dist: apache-airflow>=2.7.0
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.3.1rc0
25
+ Requires-Dist: apache-airflow>=2.7.0rc0
26
26
  Requires-Dist: vertica-python>=0.6.0
27
27
  Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
28
28
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
@@ -78,7 +78,7 @@ Provides-Extra: common.sql
78
78
 
79
79
  Package ``apache-airflow-providers-vertica``
80
80
 
81
- Release: ``3.8.2``
81
+ Release: ``3.8.2.rc1``
82
82
 
83
83
 
84
84
  `Vertica <https://www.vertica.com/>`__
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-vertica``
44
44
 
45
- Release: ``3.8.2``
45
+ Release: ``3.8.2.rc1``
46
46
 
47
47
 
48
48
  `Vertica <https://www.vertica.com/>`__
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
28
28
 
29
29
  [project]
30
30
  name = "apache-airflow-providers-vertica"
31
- version = "3.8.2"
31
+ version = "3.8.2.rc1"
32
32
  description = "Provider package apache-airflow-providers-vertica for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -56,8 +56,8 @@ classifiers = [
56
56
  ]
57
57
  requires-python = "~=3.8"
58
58
  dependencies = [
59
- "apache-airflow-providers-common-sql>=1.3.1",
60
- "apache-airflow>=2.7.0",
59
+ "apache-airflow-providers-common-sql>=1.3.1rc0",
60
+ "apache-airflow>=2.7.0rc0",
61
61
  "vertica-python>=0.6.0",
62
62
  ]
63
63