apache-airflow-providers-sqlite 4.0.0__tar.gz → 4.0.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-sqlite
3
- Version: 4.0.0
3
+ Version: 4.0.0rc1
4
4
  Summary: Provider package apache-airflow-providers-sqlite for Apache Airflow
5
5
  Keywords: airflow-provider,sqlite,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -21,8 +21,8 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: aiosqlite>=0.20.0
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
25
- Requires-Dist: apache-airflow>=2.9.0
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
25
+ Requires-Dist: apache-airflow>=2.9.0rc0
26
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
27
27
  Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.0/changelog.html
28
28
  Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.0
@@ -75,7 +75,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
75
75
 
76
76
  Package ``apache-airflow-providers-sqlite``
77
77
 
78
- Release: ``4.0.0``
78
+ Release: ``4.0.0.rc1``
79
79
 
80
80
 
81
81
  `SQLite <https://www.sqlite.org/>`__
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-sqlite``
44
44
 
45
- Release: ``4.0.0``
45
+ Release: ``4.0.0.rc1``
46
46
 
47
47
 
48
48
  `SQLite <https://www.sqlite.org/>`__
@@ -27,7 +27,7 @@ build-backend = "flit_core.buildapi"
27
27
 
28
28
  [project]
29
29
  name = "apache-airflow-providers-sqlite"
30
- version = "4.0.0"
30
+ version = "4.0.0.rc1"
31
31
  description = "Provider package apache-airflow-providers-sqlite for Apache Airflow"
32
32
  readme = "README.rst"
33
33
  authors = [
@@ -55,8 +55,8 @@ classifiers = [
55
55
  requires-python = "~=3.9"
56
56
  dependencies = [
57
57
  "aiosqlite>=0.20.0",
58
- "apache-airflow-providers-common-sql>=1.20.0",
59
- "apache-airflow>=2.9.0",
58
+ "apache-airflow-providers-common-sql>=1.20.0rc0",
59
+ "apache-airflow>=2.9.0rc0",
60
60
  ]
61
61
 
62
62
  [project.urls]