-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Wrong python_full_version
in uv.lock
#6795
Comments
I also tried version |
|
Generally it's expected for these markers to be disjoint. See the documentation on forking at https://docs.astral.sh/uv/reference/resolver-internals/#forking |
I requested Python 3.12 (12!), but the
So I think that's wrong? 😀 |
That's still ok! It's internal state that represents how we resolved the dependencies. It doesn't effect the outcome when you run |
Okay, if you say so then this issue/question can be closed! 😀 Thanks a lot for the fast response! |
Related #6150 |
I have the following
pyproject.toml
:requires-python
is hard coded to version==3.12
.With
uv sync
(without any extras to be installed) auv.lock
has been created with the following data in the first few lines:The second line of
python_full_version
looks wrong as it declares the version to be>= '3.13'
while the first one says< '3.13'
.I used
uv
in version0.3.5
on Opensuse Tumbleweed Linux.The text was updated successfully, but these errors were encountered: