-
Notifications
You must be signed in to change notification settings - Fork 861
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 add
confuses dependency versions when installing multiple libraries
#6933
Labels
bug
Something isn't working
Comments
ThirVondukr
changed the title
Sep 2, 2024
uv add
fails when used to install multiple librariesuv add --dev
fails when used to install multiple libraries
ThirVondukr
changed the title
Sep 2, 2024
uv add --dev
fails when used to install multiple librariesuv add --dev
confuses dependency versions when installing multiple libraries
ThirVondukr
changed the title
Sep 2, 2024
uv add --dev
confuses dependency versions when installing multiple librariesuv add
confuses dependency versions when installing multiple libraries
Adding another example in case it's helpful:
Interesting that it's saying the same incorrect version number for both numpy and loguru |
Thanks, I'll look into this ASAP. |
It's a bug from #6388. I'll either fix and re-release, or revert. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been migrating a project from pdm to uv and faced an error when installed dev libraries.
Environment info
uv version:
OS: Windows, MacOS
Steps to reproduce
What interesting is that in lockfile correct version of ruff is used (0.6.3),
In this particular case version
2.9.0.20240821
comes fromtypes-python-dateutil
The text was updated successfully, but these errors were encountered: