Skip to content
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

Update lockfile for latest uv release #199

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Jul 9, 2024

There were some incompatible changes since the lockfile was last updated.

I didn't intend to update the versions but the incompatible changes means that the lockfile wasn't used as preferences.

I've updated the wheel hashes, they changed due to some updated build dependencies.

There were some incompatible changes since the lockfile was last updated
Copy link
Member

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@zanieb
Copy link
Member

zanieb commented Jul 9, 2024

Annoying that those hashes change..

@konstin konstin merged commit 9bf0359 into astral-sh:main Jul 9, 2024
6 checks passed
konstin added a commit that referenced this pull request Jul 9, 2024
We're currently (astral-sh/uv#4732) failing to
install `c` from the added scenario:

```
$ echo "fork-incomplete-markers-8137fed5" | uv pip compile --index-url http://127.0.0.1:3141 -p 3.9 --universal -
Resolved 4 packages in 38ms
# This file was autogenerated by uv via the following command:
#    uv pip compile -p 3.9 --universal -
fork-incomplete-markers-8137fed5==0.0.0
fork-incomplete-markers-a-8137fed5==1.0.0 ; python_version < '3.10'
    # via fork-incomplete-markers-8137fed5
fork-incomplete-markers-a-8137fed5==2.0.0 ; python_version >= '3.11'
    # via fork-incomplete-markers-8137fed5
fork-incomplete-markers-b-8137fed5==1.0.0
    # via fork-incomplete-markers-8137fed5
```

This is one particular scenario that we need to test for solving
astral-sh/uv#4732

I had to update the lockfile for the recent uv lockfile changes, split
out to #199 which removes it from the diff here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants