You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "auvipy (via GitHub)" <gi...@apache.org> on 2023/03/11 02:00:34 UTC

[GitHub] [airflow] auvipy commented on a diff in pull request #30033: Remove upper bound limit of astroid

auvipy commented on code in PR #30033:
URL: https://github.com/apache/airflow/pull/30033#discussion_r1133009295


##########
setup.py:
##########
@@ -248,9 +248,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve
     "requests>=2.26.0",
 ]
 doc = [
-    # Astroid 2.12.* breaks documentation building
-    # We can remove the limit here after https://github.com/PyCQA/astroid/issues/1708 is solved
-    "astroid<2.12.0",
+    "astroid",

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org