-
Notifications
You must be signed in to change notification settings - Fork 63
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
ERROR:pip_audit._cli:impossible resolution after upgrading to 2.4.15 #511
Comments
Thanks for the report @khink! I'm looking into this now. |
I can also confirm this: looks like performance regressed by 4-5x during the last release. |
I get a different resolution conflict, although it's probably the same root cause:
Even in
|
Hmm, stepping back a bit, it looks like we have a separate regression: |
Looking at it some more, I think #462 is the root cause here: we accidentally regressed the behavior of #462 was a somewhat involved change, so I don't think we can cleanly revert it. Instead, I'm going to yank the current 2.4.15 release and work on adjusting it. |
Okay, 2.4.15 has been yanked, and I'll continue with a fix. In the mean time, a temporary workaround with any pinned 2.4.15 versions is to also pass |
The dependency resolution bug here is captured in #522. |
This should be addressed by the refactor we've done in #523. |
Bug description
2.4.15 introduced an error for us while running the pip-audit:
After upgrading to pip-audit 2.4.15 (this was the only change), pip-audit failed with this error:
Pinning pip-audit to 2.4.14 fixes it.
Reproduction steps
The attached requirements file reproduces it:
development.txt
Expected behavior
I'd expect pip-audit to only complain about outdated dependencies. Instead, we get
ERROR:pip_audit._cli:impossible resolution
Platform information
pip-audit
version 2.4.15pip
version: 23.0More context
The text was updated successfully, but these errors were encountered: