This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch 3.1.7-docs
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/3.1.7-docs by this push:
     new 6ce10c82bcc Make docsbuild compatible with setuptools v82++ (v2) 
(#61653)
6ce10c82bcc is described below

commit 6ce10c82bcc0117e7e6abc70b27575cc59257139
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Feb 8 22:42:16 2026 +0100

    Make docsbuild compatible with setuptools v82++ (v2) (#61653)
    
    (cherry picked from commit eb6d0e04afa431754ad0265ccf8fe1d41cd056c8)
---
 devel-common/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index 5354fb05c17..ca31cb39b49 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -99,6 +99,7 @@ dependencies = [
     "sphinxcontrib-redoc>=1.6.0",
     "sphinxcontrib-serializinghtml>=1.1.5",
     "sphinxcontrib-spelling>=8.0.0",
+    "setuptools!=82.0.0",  # until 
https://github.com/sphinx-contrib/redoc/issues/53 is resolved
 ]
 "docs-gen" = [
     "diagrams>=0.24.4",

Reply via email to