### Summary `uv pip list` shows the wrong (system python) environment: ``` > uv pip list Using Python 3.11.5 environment at: D:\scoop\apps\anaconda3\current\App Package Version ----------------------------- --------------- aiobotocore 2.5.0 ``` The following one should be the correct one: ``` > .venv\Scripts\python -m pip list Package Version Editable project location ---------------------------- --------- ------------------------------------------------------ annotated-types 0.7.0 ``` ### Platform windows ### Version uv 0.8.14 (af856fb88 2025-08-28) ### Python version Python 3.12.11