apache-airflow 3.2.2rc1__tar.gz → 3.2.2rc2__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.
- {apache_airflow-3.2.2rc1 → apache_airflow-3.2.2rc2}/PKG-INFO +3 -3
- {apache_airflow-3.2.2rc1 → apache_airflow-3.2.2rc2}/pyproject.toml +12 -13
- {apache_airflow-3.2.2rc1 → apache_airflow-3.2.2rc2}/LICENSE +0 -0
- {apache_airflow-3.2.2rc1 → apache_airflow-3.2.2rc2}/NOTICE +0 -0
- {apache_airflow-3.2.2rc1 → apache_airflow-3.2.2rc2}/generated/PYPI_README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2rc2
|
|
4
4
|
Summary: Programmatically author, schedule and monitor data pipelines
|
|
5
5
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
6
6
|
Project-URL: Documentation, https://airflow.staged.apache.org/docs/
|
|
@@ -32,8 +32,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
32
32
|
Classifier: Programming Language :: Python :: 3.14
|
|
33
33
|
Classifier: Topic :: System :: Monitoring
|
|
34
34
|
Requires-Python: !=3.15,>=3.10
|
|
35
|
-
Requires-Dist: apache-airflow-core==3.2.
|
|
36
|
-
Requires-Dist: apache-airflow-task-sdk==1.2.
|
|
35
|
+
Requires-Dist: apache-airflow-core==3.2.2rc2
|
|
36
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.2rc2
|
|
37
37
|
Provides-Extra: aiobotocore
|
|
38
38
|
Requires-Dist: apache-airflow-providers-amazon[aiobotocore]>=9.6.0rc1; extra == 'aiobotocore'
|
|
39
39
|
Provides-Extra: airbyte
|
|
@@ -56,11 +56,11 @@ classifiers = [
|
|
|
56
56
|
]
|
|
57
57
|
|
|
58
58
|
# Version is defined in src/airflow/__init__.py and it is automatically synchronized by prek
|
|
59
|
-
version = "3.2.
|
|
59
|
+
version = "3.2.2rc2"
|
|
60
60
|
|
|
61
61
|
dependencies = [
|
|
62
|
-
"apache-airflow-task-sdk==1.2.
|
|
63
|
-
"apache-airflow-core==3.2.
|
|
62
|
+
"apache-airflow-task-sdk==1.2.2rc2",
|
|
63
|
+
"apache-airflow-core==3.2.2rc2",
|
|
64
64
|
]
|
|
65
65
|
|
|
66
66
|
packages = []
|
|
@@ -1488,15 +1488,14 @@ apache-aurflow-docker-stack = false
|
|
|
1488
1488
|
|
|
1489
1489
|
# Manual overrides (kept outside the auto-generated block above so the
|
|
1490
1490
|
# update_airflow_pyproject_toml.py script doesn't clobber them).
|
|
1491
|
-
#
|
|
1492
|
-
#
|
|
1493
|
-
#
|
|
1494
|
-
# global 4-day cooldown
|
|
1495
|
-
#
|
|
1496
|
-
#
|
|
1497
|
-
# REMOVE BY 2026-05-01 — once 0.11.8 is older than the global 4-day cooldown
|
|
1491
|
+
# Starlette 1.0.1 carries a Host-header parsing fix that prevents
|
|
1492
|
+
# `request.url.path` from diverging from `scope["path"]` when the Host header
|
|
1493
|
+
# contains characters invalid per RFC 9110 §7.2. The fix landed too recently
|
|
1494
|
+
# to be admitted by the global 4-day cooldown; this override lets the floor
|
|
1495
|
+
# bump in `airflow-core/pyproject.toml` resolve.
|
|
1496
|
+
# REMOVE BY 2026-05-26 — once 1.0.1 is older than the global 4-day cooldown
|
|
1498
1497
|
# this override is redundant and should be deleted along with the line below.
|
|
1499
|
-
|
|
1498
|
+
starlette = "6 hours"
|
|
1500
1499
|
|
|
1501
1500
|
[tool.uv.pip]
|
|
1502
1501
|
# Synchroonize with scripts/ci/prek/upgrade_important_versions.py
|
|
@@ -1636,8 +1635,8 @@ apache-aurflow-docker-stack = false
|
|
|
1636
1635
|
|
|
1637
1636
|
# Manual overrides — see the matching block under
|
|
1638
1637
|
# `[tool.uv.exclude-newer-package]` above for rationale.
|
|
1639
|
-
# REMOVE BY 2026-05-
|
|
1640
|
-
|
|
1638
|
+
# REMOVE BY 2026-05-26 along with the matching entry above.
|
|
1639
|
+
starlette = "6 hours"
|
|
1641
1640
|
|
|
1642
1641
|
|
|
1643
1642
|
[tool.uv.sources]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|