From 4b6ed0afc26eb5b5f75c52d68e1d54c0ec98d239 Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:23:09 +0200 Subject: [PATCH] [v3-1-test] Bump astroid>=4 (#63170) (cherry picked from commit 0a985eabb8e108795d49333b4544847657d36c1a) Co-authored-by: Elad Kalif <45845474+eladkal@users.noreply.github.com> --- 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 326ebe9853b78..596ef7bcb64e3 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",