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

Accept prereleases for direct dependencies of path-based dependencies #2643

Closed
charliermarsh opened this issue Mar 25, 2024 · 0 comments · Fixed by #2671
Closed

Accept prereleases for direct dependencies of path-based dependencies #2643

charliermarsh opened this issue Mar 25, 2024 · 0 comments · Fixed by #2671
Assignees
Labels
enhancement New feature or improvement to existing functionality

Comments

@charliermarsh
Copy link
Member

E.g., if a user does uv pip install ., we should allow pre-releases for the current project, just like we do for uv pip install -e ..

@charliermarsh charliermarsh added the enhancement New feature or improvement to existing functionality label Mar 25, 2024
@charliermarsh charliermarsh self-assigned this Mar 25, 2024
charliermarsh added a commit that referenced this issue Mar 27, 2024
…#2671)

## Summary

This PR enables the resolver to "accept" URLs, prereleases, and local
version specifiers for direct dependencies of path dependencies. As a
result, `uv pip install .` and `uv pip install -e .` now behave
identically, in that neither has a restriction on URL dependencies and
the like.

Closes #2643.
Closes #1853.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant