Commit 1fa0436
committed
fix(venv): use only the vendored uv, drop system-PATH fallback
_uv_bin no longer falls back to a uv found on PATH. The uv PyPI package is a
declared dependency and is always present in our install (including Docker),
so the analyzer should use that pinned, vendored binary rather than whatever
uv happens to be on the user's PATH. Returns None only if the package is
missing, in which case callers fall back to pip.1 parent 7089acc commit 1fa0436
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
243 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
244 | 246 | | |
245 | 247 | | |
246 | | - | |
247 | 248 | | |
248 | 249 | | |
249 | | - | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
0 commit comments