-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tool.uv.sources
needs to preserve verbatim representation
#3366
Comments
My idea was the pyproject.toml doesn't allow env vars; we can support relative paths properly and authentication and indexes with dedicated configuration. |
But we don't currently output relative paths when writing to |
I see, that should indeed be fixed |
konstin
added a commit
that referenced
this issue
May 6, 2024
We now correctly emit relative paths in `uv pip compile` with `tool.uv.sources` path inputs. `tool.uv.sources` is mainly intended to be used with the uv lock file over requirements.txt, but it's good to have basic `uv pip` support working. Fixes #3366
charliermarsh
pushed a commit
that referenced
this issue
May 7, 2024
We now correctly emit relative paths in `uv pip compile` with `tool.uv.sources` path inputs. `tool.uv.sources` is mainly intended to be used with the uv lock file over requirements.txt, but it's good to have basic `uv pip` support working. Fixes #3366
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://github.com/astral-sh/uv/pull/3263/files#r1589862490
The text was updated successfully, but these errors were encountered: