#Switch to unsafe-best-match for proper m...
1 messages · Page 1 of 1 (latest)
@jagged bramble and others. What's your opinion on it?
One idea could also that we remove any packages where the wheels for all supported archs are on pypi and don't upload them anymore
For context: https://docs.astral.sh/uv/concepts/indexes/#searching-across-multiple-indexes
While unsafe-best-match is the closest to pip's behavior, it exposes users to the risk of "dependency confusion" attacks.
uv is an extremely fast Python package and project manager, written in Rust.
Fine for me but then we need to delete packages that we don't use anymore so they can downloaded from pypi when a custom component is using them
I do not understand the issue tbh
If this is a problem, it means the custom integration hasn't pinned?
shapely is uploading musllinux wheels to pypi but as we have some version of it on our wheels server, uv will not use the ones on pypi currently