uv/crates/pypi-types
Charlie Marsh 191f9556b7
Avoid building packages with dynamic versions (#4058)
## Summary

This PR separates "gathering the requirements" from the rest of the
metadata (e.g., version), which isn't required when installing a
package's _dependencies_ (as opposed to installing the package itself).
It thus ensures that we don't need to build a package when a static
`pyproject.toml` is provided in `pip compile`.

Closes https://github.com/astral-sh/uv/issues/4040.
2024-06-05 18:11:58 +00:00
..
src Avoid building packages with dynamic versions (#4058) 2024-06-05 18:11:58 +00:00
Cargo.toml Port all git functionality to use git CLI (#3833) 2024-05-30 15:28:48 -04:00