Skip to content

Comments

Avoid always rebuilding dynamic metadata#5206

Merged
charliermarsh merged 1 commit intomainfrom
charlie/dynamic
Jul 22, 2024
Merged

Avoid always rebuilding dynamic metadata#5206
charliermarsh merged 1 commit intomainfrom
charlie/dynamic

Conversation

@charliermarsh
Copy link
Member

Summary

I don't think that "always reinstall" is tenable for uv run. My perspective on this is that if you want "always reinstall", you can now set it persistently in your pyproject.toml or uv.toml.

As a smaller change, we could instead disable this only for the Project API.

Closes #4946.

@charliermarsh charliermarsh requested review from konstin and zanieb July 19, 2024 01:21
@charliermarsh charliermarsh marked this pull request as ready for review July 19, 2024 01:21
@charliermarsh charliermarsh added the breaking A breaking change label Jul 19, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) July 21, 2024 23:54
@charliermarsh charliermarsh merged commit d798bb3 into main Jul 22, 2024
@charliermarsh charliermarsh deleted the charlie/dynamic branch July 22, 2024 00:04
@zanieb zanieb added enhancement New feature or improvement to existing functionality performance Potential performance improvement and removed breaking A breaking change labels Jul 23, 2024
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 performance Potential performance improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Avoid re-sync in uv run with dynamic metadata

3 participants