We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e9a61 commit 4b6ed0aCopy full SHA for 4b6ed0a
devel-common/pyproject.toml
@@ -70,8 +70,7 @@ dependencies = [
70
"twine>=4.0.2",
71
]
72
"docs" = [
73
- # Astroid 4 released 5 Oct 2025 breaks autoapi https://github.com/apache/airflow/issues/56420
74
- "astroid>=3,<4",
+ "astroid>=4",
75
"checksumdir>=1.2.0",
76
"rich-click>=1.7.1",
77
"click>=8.1.8",
@@ -82,7 +81,7 @@ dependencies = [
82
81
"pagefind-bin>=1.5.0a3",
83
"sphinx-airflow-theme@https://airflow.apache.org/sphinx-airflow-theme/sphinx_airflow_theme-0.3.0-py3-none-any.whl",
84
"sphinx-argparse>=0.4.0",
85
- "sphinx-autoapi>=3",
+ "sphinx-autoapi>=3.8.0",
86
"sphinx-autobuild>=2024.10.2",
87
"sphinx-copybutton>=0.5.2",
88
"sphinx-design>=0.5.0",
0 commit comments