Open
Description
🤔 What's the problem you're trying to solve?
Installing Python packages can be very slow and cause delays with Continous Integration jobs and local development.
✨ What's your proposed solution?
Migrate to uv, which is 10-100x faster than pip and pip-tools (pip-compile and pip-sync).
⛏ Have you considered any alternatives or workarounds?
No response
📚 Any additional context?
No response