Skip to content

Release v0.1.1

Choose a tag to compare

@xRiskLab xRiskLab released this 21 Nov 17:40
· 9 commits to main since this release

Bug Fixes

  • Critical Fix: Prevent auto-uv from intercepting installed packages
  • Fixes Fatal Python error when using tools like dbt debug, pytest, pip, etc.
  • Added intelligent filtering to only intercept user scripts, not system/package scripts

What Changed

Auto-uv now skips interception for:

  • Scripts in site-packages or dist-packages
  • Virtual environment executables (bin/, Scripts/)
  • Python installation scripts

This means you can now safely use:

python my_script.py  # ✅ Uses uv run automatically
dbt debug            # ✅ Works normally
pytest               # ✅ Works normally  
pip install pkg      # ✅ Works normally

Installation

pip install --upgrade auto-uv