Skip to content

Conversation

@n-dusan
Copy link
Contributor

@n-dusan n-dusan commented Mar 14, 2025

  • Fix get_compatible_upgrade_versions sort order by using key=Version.
  • Remove from pip._vendor prefix from imports, as they are generally discouraged.

n-dusan added 4 commits March 14, 2025 16:27
Previous sort did not work reliably, since sort was not using the packaging.Version semver sort key.
- Pip vendored imports are generally discouraged, mainly because their behaviour
varies from currently installed pip version. A much more correct solution is
to install the vendored packages.
- To resolve, add packaging>=24.1 as a dependency and fix imports
These test relied on older versions of setuptools,pip and wheel dependencies
@n-dusan n-dusan requested a review from sale3 March 14, 2025 16:58
@n-dusan n-dusan self-assigned this Mar 14, 2025
@n-dusan n-dusan merged commit 0e61400 into main Mar 14, 2025
24 checks passed
@n-dusan n-dusan deleted the ndusan/fix-find-compatible-versions branch March 14, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants