uv/crates/uv-build-frontend/src
Charlie Marsh 627c062cab
Reject match-runtime = true for dynamic packages (#15292)
## Summary

If `match-runtime = true`, but we can't resolve a package's metadata
statically, then we can't _know_ what the runtime version of the package
will be -- because we can't resolve without building it. This PR makes
that footgun clearer by raising an error.

Closes https://github.com/astral-sh/uv/issues/15264.
2025-08-15 10:18:11 +01:00
..
pipreqs Add extra-build-dependencies hint for any missing module on build failure (#15252) 2025-08-14 12:00:57 -05:00
error.rs Reject match-runtime = true for dynamic packages (#15292) 2025-08-15 10:18:11 +01:00
lib.rs Reject match-runtime = true for dynamic packages (#15292) 2025-08-15 10:18:11 +01:00
pipreqs.rs Add extra-build-dependencies hint for any missing module on build failure (#15252) 2025-08-14 12:00:57 -05:00