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 eb6d0e04afa Make docsbuild compatible with setuptools v82++ (v2) 
(#61653)
eb6d0e04afa is described below

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

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

diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index b3b6038aef2..9cffb83db10 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -104,6 +104,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