This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 73329702e39d9ab731bc967bba32b2bbf73874d7
Author: Asif Saif Uddin <[email protected]>
AuthorDate: Sat Mar 11 12:20:11 2023 +0600

    Remove upper bound limit of astroid (#30033)
    
    * Remove upper bound limit of astroid
    
    * "astroid>=2.12.3"
    
    (cherry picked from commit fc3917ef380d9b02f03a3134fbaeee91f9c700db)
---
 setup.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 2f54da51a7..7eaffba769 100644
--- a/setup.py
+++ b/setup.py
@@ -251,9 +251,7 @@ deprecated_api = [
     "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>=2.12.3",
     "checksumdir",
     "click>=8.0",
     # Docutils 0.17.0 converts generated <div class="section"> into <section> 
and breaks our doc formatting

Reply via email to