uv/crates/uv
Charlie Marsh 53d3d5e3b8
Provide pyproject.toml path for parse errors in uv venv (#10553)
## Summary

Closes https://github.com/astral-sh/uv/issues/10522.

## Test Plan

```
❯ cargo run venv
warning: Failed to parse `pyproject.toml` during environment creation:
  TOML parse error at line 1, column 1
    |
  1 | [project]
    | ^^^^^^^^^
  `pyproject.toml` is using the `[project]` table, but the required `project.version` field is neither set nor present in the `project.dynamic` list

Using CPython 3.13.0
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
```
2025-01-13 19:06:32 +00:00
..
src Provide pyproject.toml path for parse errors in uv venv (#10553) 2025-01-13 19:06:32 +00:00
tests/it Provide pyproject.toml path for parse errors in uv venv (#10553) 2025-01-13 19:06:32 +00:00
Cargo.toml Bump version to v0.5.18 (#10499) 2025-01-11 14:38:26 +00:00