-
Notifications
You must be signed in to change notification settings - Fork 760
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 lock requires python dev versions #4094
Comments
You need to do |
We changed this in #4086. But as-is, there are Python versions that you claim to support ( |
As of #4086, we're going to treat |
Cool thanks! I'll just close this then. |
The hint is wrong though :) I created #4096. |
I can create a new issue if this is a bug. Is there a reason why dependencies = [
'urllib3>=1.22.0',
'elasticsearch==7.17.1',
'dockerspawner==13.0.0',
]
|
Feel free to create a new issue. |
I encountered an issue with the elasticsearch 7.17.1 while trying to use python>=3.9. The relevant requirement for elasticsearch is:
Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
.When attempting to lock dependencies, the following error is displayed:
Relatedly, this also results in the following error message, but
uv lock
doesn't acceptprerelease
as an argument.The text was updated successfully, but these errors were encountered: