-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 cannot find latest version of package in private index #12326
Comments
Does the index send down caching headers? Have you tried with |
@charliermarsh I tried both with |
Can you share |
@zanieb Sure log (redacted):
It looks like the issue is here:
But I don't understand why it's failing to parse the version field. |
@zanieb @charliermarsh Is this a bug? |
That's not a valid dependency specifier. See:
You'll need to open an issue with Poetry. You should use |
Summary
I have a package hosted on a private index. There are multiple versions of the package on the index.
I am able to install the latest published version using
pip install --index-url <index_url> <pkg>==<version>
, butuv pip install --index-url <index_url> <pkg>==<version>
failsPlatform
Darwin 24.4.0 arm64
Version
uv 0.6.8
Python version
Python 3.13.0
The text was updated successfully, but these errors were encountered: