mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
## Summary `uv run --project ./path/to/project` now uses the provided directory as the starting point for any file discovery. However, relative paths are still resolved relative to the current working directory. Closes https://github.com/astral-sh/uv/issues/5613.