-
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
uv sync fails to install remote private dependencies when poetry is involved #6244
Comments
How are you providing the credentials for your registry? Is |
Relatedly, are the contents of |
I'm using keyring for the credentials, and the Forgot to mention that the sync works if I pass the |
There isn't any actual code in any of the packages. Just empty |
Thanks! |
Thanks, this is a real bug. We need to find a way to re-attach the username. |
Very weird that the username is present in some of the requests. |
This bug still exists on I had to check because there were so many releases since I opened this ticket. |
UV Version: current main -
6dc05a
Platform: MacOS
14.3.1
TL;DR
package-a
is managed byuv
with private index-url defined inpyproject.toml
.package-b
is managed bypoetry
.package-a
depends onpackage-b
that depends onujson
.Files
package-a/pyproject.toml
package-b/pyproject.toml
package-a/uv.lock
(result of runninguv lock
)Commands
cd package-a uv lock uv sync --locked
Output
The text was updated successfully, but these errors were encountered: