-
-
Notifications
You must be signed in to change notification settings - Fork 293
lazy-object-proxy update to 1.5.0 breaks astroid #800
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
Comments
2 tasks
algitbot
pushed a commit
to alpinelinux/aports
that referenced
this issue
Jun 19, 2020
As done in Arch Linux See also: * pylint-dev/astroid@e1b4e11 * pylint-dev/astroid#800 * pylint-dev/astroid#801
pylint/astroid worked just fine for me with lazy-object-proxy==1.5.0 and wrapt==1.12.1 (which I pinned explicitly), so I just noticed this now. What's the point of the pinning in e1b4e11? If it's to avoid backwards incompatibilities, wouldn't just pinning to |
Maybe it would, I don't know. Better ping the original author? |
@PCManticore can you please elaborate here? |
PCManticore
pushed a commit
that referenced
this issue
Dec 24, 2020
by allowing every version >= 1.4.0 Fixes #800 Signed-off-by: Konrad Weihmann <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Current behavior
Exception
Expected behavior
Works as before, as I don't see any breaking changes in lazy-object-proxy
Before e1b4e11 this would have worked
The text was updated successfully, but these errors were encountered: