This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 62845dd743b Cleanup older/outddated uv cooldown exception (#67383)
62845dd743b is described below
commit 62845dd743b5e12d7dfd81f92ae5a9767f835fa1
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun May 24 21:39:56 2026 +0200
Cleanup older/outddated uv cooldown exception (#67383)
* Cleup older/outddated uv cooldown exception
* Remove pin in uv.lock
---
pyproject.toml | 17 -----------------
uv.lock | 1 -
2 files changed, 18 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 77ec982702a..680d260f397 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1530,18 +1530,6 @@ apache-airflow-task-sdk-integration-tests = false
apache-aurflow-docker-stack = false
# End of automatically generated exclude-newer-package entries
-# Manual overrides (kept outside the auto-generated block above so the
-# update_airflow_pyproject_toml.py script doesn't clobber them).
-# uv 0.11.8 lifted the timestamp from `uv.lock` for relative `exclude-newer`
-# (https://github.com/astral-sh/uv/issues/18708, fixed in
-# https://github.com/astral-sh/uv/pull/19022) — we want that fix, but the
-# global 4-day cooldown above would otherwise block a freshly-published uv
-# from being adopted as the floor. Drop uv's cooldown to 12 hours so the
-# pinned `required-version` floor isn't gated by the project-wide window.
-# REMOVE BY 2026-05-01 — once 0.11.8 is older than the global 4-day cooldown
-# this override is redundant and should be deleted along with the line below.
-uv = "12 hours"
-
[tool.uv.pip]
# Synchroonize with scripts/ci/prek/upgrade_important_versions.py
exclude-newer = "4 days"
@@ -1681,11 +1669,6 @@ apache-airflow-task-sdk-integration-tests = false
apache-aurflow-docker-stack = false
# End of automatically generated exclude-newer-package-pip entries
-# Manual overrides — see the matching block under
-# `[tool.uv.exclude-newer-package]` above for rationale.
-# REMOVE BY 2026-05-01 along with the matching entry above.
-uv = "12 hours"
-
[tool.uv.sources]
# These names must match the names as defined in the pyproject.toml of the
workspace items,
diff --git a/uv.lock b/uv.lock
index 7766a2d3cf4..f163bf7a1b3 100644
--- a/uv.lock
+++ b/uv.lock
@@ -106,7 +106,6 @@ apache-airflow-providers-zendesk = false
apache-airflow-providers-presto = false
apache-airflow-providers-airbyte = false
apache-airflow-providers-apache-hive = false
-uv = { timestamp = "0001-01-01T00:00:00Z", span = "PT12H" }
apache-airflow-kubernetes-tests = false
apache-airflow-providers-grpc = false
apache-airflow-providers-apache-druid = false