-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ uv #73
Conversation
25af09d
to
b2a8e4f
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #73 +/- ##
==========================================
+ Coverage 95.56% 95.81% +0.24%
==========================================
Files 16 18 +2
Lines 857 956 +99
Branches 139 160 +21
==========================================
+ Hits 819 916 +97
- Misses 24 25 +1
- Partials 14 15 +1 ☔ View full report in Codecov by Sentry. |
With a warm cache on this project switching from |
e8e3a7f
to
b75a26f
Compare
🎉 This PR is included in version 1.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR includes new (non-default) support for uv as a dependency resolver and installer. Now we have a few options:
pip
, pip-sync, and uv for dependency installersCloses #72
uv is a drop in replacement for
pip-compile
with a much faster resolver written in rust. If you'd like to useuv
instead ofpip-compile
/pip
you can do so with these options:pyproject.toml
hatch.toml