-
Notifications
You must be signed in to change notification settings - Fork 10
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
(🐞) Fails entirely when there are dependency conflicts #50
Comments
I'm also getting a similar error when trying to update the following dependencies
with The specific error is
Poetry version: 1.7.0 |
Open
1 task
I have same problem but for django = "^4.2.10"
django-celery-beat = "^2.5.0" poetry up --latest Because django-celery-beat (2.5.0) depends on Django (>=2.2,<5.0)
and non-package-mode depends on django (^5.0.2), django-celery-beat is forbidden.
So, because non-package-mode depends on django-celery-beat (2.5.0), version solving failed. Updating start working if lock django version as django = "4.2.10" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here I would imagine that playwright gets updated, and greenlet doesn't. Instead, no dependencies at all get updated, not even the completely unrelated Pydantic.
The text was updated successfully, but these errors were encountered: