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

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


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new b94e7bf4915 [v3-1-test] Make docsbuild compatible with setuptools 
v82++ (v2) (#61653) (#61691)
b94e7bf4915 is described below

commit b94e7bf491591f686953cbfd53266a33f23bfb4b
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Feb 9 22:39:42 2026 +0100

    [v3-1-test] Make docsbuild compatible with setuptools v82++ (v2) (#61653) 
(#61691)
    
    (cherry picked from commit eb6d0e0)
    
    Co-authored-by: Jens Scheffler <[email protected]>
---
 devel-common/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index a6cbb542241..37761988e52 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