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

Release django 5.1 support, consider less defensive dependency requirement #261

Open
Andrioden opened this issue Aug 11, 2024 · 1 comment

Comments

@Andrioden
Copy link

Andrioden commented Aug 11, 2024

Cant use django 5.1 atm, pipenv dont allow resolving the dependency hierarchy

using

django = "==5.1"
django-cachalot = "==2.6.2"

running

pipenv update -verbose

gives

The conflict is caused by:
    The user requested django==5.1
    django-cachalot 2.6.2 depends on Django<5.1 and >=3.2
...
RuntimeError: Failed to lock Pipfile.lock!
@Andrew-Chen-Wang
Copy link
Collaborator

#260 will cut a release soon

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

No branches or pull requests

2 participants