This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
The following commit(s) were added to refs/heads/main by this push:
new 22c4551 cleanup(pyproject): remove stale uv cooldown override (#58)
22c4551 is described below
commit 22c4551c65914badf7d1b7e9e3f1d0e6c2d5d076
Author: André Ahlert <[email protected]>
AuthorDate: Tue May 5 11:59:20 2026 -0300
cleanup(pyproject): remove stale uv cooldown override (#58)
The temporary per-package override for uv 0.11.8 (released 2026-04-27)
has outlived its purpose. Today (2026-05-05) the 7-day global
`exclude-newer` window already covers this release, so the override
is redundant.
Signed-off-by: André Ahlert <[email protected]>
---
pyproject.toml | 11 -----------
tools/gmail/oauth-draft/uv.lock | 3 ---
tools/privacy-llm/checker/uv.lock | 3 ---
tools/privacy-llm/redactor/uv.lock | 3 ---
tools/vulnogram/generate-cve-json/uv.lock | 3 ---
uv.lock | 3 ---
6 files changed, 26 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 6b31922..9ad926c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -64,17 +64,6 @@ required-version = ">=0.11.8"
# `.github/dependabot.yml`.
exclude-newer = "7 days"
-# Per-package override: `uv` itself is exempt from the 7-day cooldown
-# above because the latest uv (which `required-version` pins to
-# `>=0.11.8`) was released within the last 7 days, and the global
-# cooldown would otherwise filter it out.
-#
-# TODO(remove on 2026-05-05): once 6 days have passed, uv 0.11.8
-# (released 2026-04-27) will be older than the 7-day window and the
-# global `exclude-newer` will cover it on its own — drop this
-# override to keep the config minimal.
-exclude-newer-package = { uv = "1 day" }
-
# This pyproject.toml is purely a settings file; do not build or
# install it as a package.
package = false
diff --git a/tools/gmail/oauth-draft/uv.lock b/tools/gmail/oauth-draft/uv.lock
index 9613204..4c22b30 100644
--- a/tools/gmail/oauth-draft/uv.lock
+++ b/tools/gmail/oauth-draft/uv.lock
@@ -10,9 +10,6 @@ resolution-markers = [
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included
for backwards compatibility when using relative exclude-newer values.
exclude-newer-span = "P7D"
-[options.exclude-newer-package]
-uv = { timestamp = "0001-01-01T00:00:00Z", span = "P1D" }
-
[[package]]
name = "certifi"
version = "2026.2.25"
diff --git a/tools/privacy-llm/checker/uv.lock
b/tools/privacy-llm/checker/uv.lock
index d1e56bf..265f871 100644
--- a/tools/privacy-llm/checker/uv.lock
+++ b/tools/privacy-llm/checker/uv.lock
@@ -10,9 +10,6 @@ resolution-markers = [
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included
for backwards compatibility when using relative exclude-newer values.
exclude-newer-span = "P7D"
-[options.exclude-newer-package]
-uv = { timestamp = "0001-01-01T00:00:00Z", span = "P1D" }
-
[[package]]
name = "checker"
version = "0.1.0"
diff --git a/tools/privacy-llm/redactor/uv.lock
b/tools/privacy-llm/redactor/uv.lock
index f386ffd..0110465 100644
--- a/tools/privacy-llm/redactor/uv.lock
+++ b/tools/privacy-llm/redactor/uv.lock
@@ -10,9 +10,6 @@ resolution-markers = [
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included
for backwards compatibility when using relative exclude-newer values.
exclude-newer-span = "P7D"
-[options.exclude-newer-package]
-uv = { timestamp = "0001-01-01T00:00:00Z", span = "P1D" }
-
[[package]]
name = "colorama"
version = "0.4.6"
diff --git a/tools/vulnogram/generate-cve-json/uv.lock
b/tools/vulnogram/generate-cve-json/uv.lock
index 5e5e667..9142703 100644
--- a/tools/vulnogram/generate-cve-json/uv.lock
+++ b/tools/vulnogram/generate-cve-json/uv.lock
@@ -10,9 +10,6 @@ resolution-markers = [
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included
for backwards compatibility when using relative exclude-newer values.
exclude-newer-span = "P7D"
-[options.exclude-newer-package]
-uv = { timestamp = "0001-01-01T00:00:00Z", span = "P1D" }
-
[[package]]
name = "colorama"
version = "0.4.6"
diff --git a/uv.lock b/uv.lock
index f5a819d..e527fb8 100644
--- a/uv.lock
+++ b/uv.lock
@@ -6,9 +6,6 @@ requires-python = ">=3.11"
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included
for backwards compatibility when using relative exclude-newer values.
exclude-newer-span = "P7D"
-[options.exclude-newer-package]
-uv = { timestamp = "0001-01-01T00:00:00Z", span = "P1D" }
-
[[package]]
name = "apache-steward"
version = "0.0.0"