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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow
3
- Version: 3.2.2rc1
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.2rc1
36
- Requires-Dist: apache-airflow-task-sdk==1.2.2rc1
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.2rc1"
59
+ version = "3.2.2rc2"
60
60
 
61
61
  dependencies = [
62
- "apache-airflow-task-sdk==1.2.2rc1",
63
- "apache-airflow-core==3.2.2rc1",
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
- # uv 0.11.8 lifted the timestamp from `uv.lock` for relative `exclude-newer`
1492
- # (https://github.com/astral-sh/uv/issues/18708, fixed in
1493
- # https://github.com/astral-sh/uv/pull/19022) we want that fix, but the
1494
- # global 4-day cooldown above would otherwise block a freshly-published uv
1495
- # from being adopted as the floor. Drop uv's cooldown to 12 hours so the
1496
- # pinned `required-version` floor isn't gated by the project-wide window.
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
- uv = "12 hours"
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-01 along with the matching entry above.
1640
- uv = "12 hours"
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]