-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Vendoring bumps for 25.0 #13074
Vendoring bumps for 25.0 #13074
Conversation
Ah, the pyproject-hooks API changed.. will fix that later. |
Let me know if you see any issues, it shouldn't be too problematic as it's following the spec and uv already has this behavior. The other big vendor missing from here is resolvelib, I have a sperate PR (#13001) for that that I'm going to try and make ready for review today. |
Can we move |
Sounds good 👍. I'll take a look once main CI isn't red due to #13104. |
af7b816
to
79148f1
Compare
This is a fresh start from #13006. Resolves #13072. Resolves #13053.
The two upgrades I'm a little worried about are:
packaging
- it's probably fine, but there are potential behavioural changes such as Fix prerelease detection for>
and<
packaging#794As per Vendoring bumps for 25.0 #13074 (comment), we'll updatepyproject-hooks
- see Version 1.2 breaks pypa/build on Python 3.8 and 3.9 pyproject-hooks#206pyproject-hooks
in a separate PR.