Skip to content
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

fix: expose types to implement custom ResolverProvider #1862

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

baszalmstra
Copy link
Contributor

Summary

To integrate uv into pixi I need to specify a custom ResolverProvider to be able to specify that some packages are already installed by conda and should not be touched. However, some of the types required to implement your own ResolverProvider were not accessible through the public API. This PR basically adds them.

Test Plan

I didnt add an explicit test for this.

@zanieb zanieb added the rustlib Related to our Rust library API label Feb 22, 2024
@zanieb zanieb merged commit 4e011b3 into astral-sh:main Feb 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rustlib Related to our Rust library API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants