Conversation
There was a problem hiding this comment.
Pull request overview
This PR proactively bumps the supported uv version upper limit from <0.10.0 to <0.11.0, preparing the codebase to accept future uv releases in the 0.10.x series. The change maintains the minimum version at >=0.7.0 and keeps the current installed version (CUR_UV_VERSION = "0.9.27") within the acceptable range.
Changes:
- Updated
UV_VERSION_RANGEupper bound from<0.10.0to<0.11.0to support upcoming uv versions
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1580 +/- ##
==========================================
- Coverage 91.58% 91.00% -0.59%
==========================================
Files 92 92
Lines 18136 18136
==========================================
- Hits 16610 16504 -106
- Misses 1526 1632 +106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Speaking of flaky tests... I'm pretty sure the Lua failures are representative of a legitimate race condition with the way Lua installs hooks. I'm taking a look into it |
📦 Cargo Bloat ComparisonBinary size change: +0.00% (23.6 MiB → 23.6 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
No description provided.