-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Remove upper bound limit of astroid #30033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
setup.py
Outdated
| # 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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "astroid", | |
| "astroid>=2.12.3", |
Don't we need to bump to the version that contains the fix?
or at least skip the ones known to have the issue: !=2.12.0, !=2.12.1, !=2.12.2 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
thanks |
|
Thank you ! |
|
Seeing this issue when trying to start breeze on latest w/ Do constraints need to be updated somehow? |
|
Yes. They should update itself automatically (but it can a little time depending on the success of main build). As a temp solution you should follow the advice given (if you look closely the advice was given very precisely) :
|
|
Yep. The constraints with updated astroid have just been pushed after main success: 69b9d24 So it should work now without need to add the flag |
* Remove upper bound limit of astroid * "astroid>=2.12.3" (cherry picked from commit fc3917e)
* Remove upper bound limit of astroid * "astroid>=2.12.3" (cherry picked from commit fc3917e)
The issue was fixed & released so removing the upper bound