mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
There was a bug where `UV_MANAGED_PYTHON` and `UV_NO_MANAGED_PYTHON` only accepted `true` or `false`. This switches to the boolish value parser for those flags. Closes #12336