I have a project with dynamic dependencies.
With uv 0.2.29 uv pip install -e . does not install new dynamic dependencies when I add some to my project, while it did reinstall with uv < 0.2.28.
This is likely due to #5206.
I understand the rationale for uv run, but for the scenario of reinstalling a project in editable mode, this behavior is surprising. Was this change intended?