This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 46ea044eb56be69bea64bc608289f05b81fa246a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 14:28:08 2026 +0200
[v3-1-test] Bump astroid>=4 (#63170) (#63174)
(cherry picked from commit 0a985eabb8e108795d49333b4544847657d36c1a)
Co-authored-by: Elad Kalif <[email protected]>
---
devel-common/pyproject.toml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index 326ebe9853b..596ef7bcb64 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -70,8 +70,7 @@ dependencies = [
"twine>=4.0.2",
]
"docs" = [
- # Astroid 4 released 5 Oct 2025 breaks autoapi
https://github.com/apache/airflow/issues/56420
- "astroid>=3,<4",
+ "astroid>=4",
"checksumdir>=1.2.0",
"rich-click>=1.7.1",
"click>=8.1.8",
@@ -82,7 +81,7 @@ dependencies = [
"pagefind-bin>=1.5.0a3",
"sphinx-airflow-theme@https://airflow.apache.org/sphinx-airflow-theme/sphinx_airflow_theme-0.3.0-py3-none-any.whl",
"sphinx-argparse>=0.4.0",
- "sphinx-autoapi>=3",
+ "sphinx-autoapi>=3.8.0",
"sphinx-autobuild>=2024.10.2",
"sphinx-copybutton>=0.5.2",
"sphinx-design>=0.5.0",