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

Invalidate dependencies when editables are updated #1955

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

charliermarsh
Copy link
Member

Summary

If a pyproject.toml or similar is changed within an editable, we should avoid passing our audit check (and thus re-install the package).

Closes #1913.

@charliermarsh charliermarsh marked this pull request as ready for review February 24, 2024 19:37
@charliermarsh charliermarsh added the bug Something isn't working label Feb 24, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) February 24, 2024 19:43
@charliermarsh charliermarsh merged commit db53486 into main Feb 24, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/validate branch February 24, 2024 19:55
charliermarsh added a commit that referenced this pull request Feb 25, 2024
## Summary

Like #1955, but for `pip sync`.

Closes #1957.
yasufumy pushed a commit to yasufumy/uv that referenced this pull request Feb 25, 2024
## Summary

If a `pyproject.toml` or similar is changed within an editable, we
should avoid passing our audit check (and thus re-install the package).

Closes astral-sh#1913.
yasufumy pushed a commit to yasufumy/uv that referenced this pull request Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changes to pyproject.toml dependency versions not updated on install
1 participant