23 points by Bullhorn9268 17 hours ago | 4 comments
- We recently switched to pnpm, in part to guard against supply chain attacks (https://pnpm.io/supply-chain-security).
Reading this got me wondering whether uv has something similar, and indeed it does appear to (https://docs.astral.sh/uv/reference/settings/#exclude-newer)
- It's also been reported to their GitHub: https://github.com/BerriAI/litellm/issues/24512
- yeah, updated in the post
- Thank you!