Release v0.1.1
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 normallyInstallation
pip install --upgrade auto-uv