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.git


The following commit(s) were added to refs/heads/main by this push:
     new b3ee9286dd7 Bump minimum uv version to 0.9.17 (#64329)
b3ee9286dd7 is described below

commit b3ee9286dd7eb2e0675f456e7b9872cf0761f091
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Mar 27 21:00:52 2026 +0100

    Bump minimum uv version to 0.9.17 (#64329)
    
    The `exclude-newer = "4 days"` relative duration syntax was
    introduced in uv 0.9.17. Older versions fail with a parse error.
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index fc65fabacf7..b356a0e3cd3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1339,7 +1339,7 @@ leveldb = [
 ]
 
 [tool.uv]
-required-version = ">=0.6.3"
+required-version = ">=0.9.17"
 # Synchroonize with scripts/ci/prek/upgrade_important_versions.py
 exclude-newer = "4 days"
 no-build-isolation-package = ["sphinx-redoc"]

Reply via email to