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

Django 5 compatibility #287

Open
Ash-Crow opened this issue Feb 5, 2024 · 1 comment
Open

Django 5 compatibility #287

Ash-Crow opened this issue Feb 5, 2024 · 1 comment

Comments

@Ash-Crow
Copy link

Ash-Crow commented Feb 5, 2024

Trying to add puput to a Django 5 project fails because puput is not compatible with django 5:

poetry add puput
Using version ^2.0.0 for puput

Updating dependencies
Resolving dependencies... (0.0s)

Because no versions of puput match >2.0.0,<3.0.0
 and puput (2.0.0) depends on Django (>=3.2,<4.3), puput (>=2.0.0,<3.0.0) requires Django (>=3.2,<4.3).
So, because puput-test depends on both django (^5.0.1) and puput (^2.0.0), version solving failed.

Is it only a matter of updating the last supported version or are there actual issues?

@Ash-Crow
Copy link
Author

Ash-Crow commented Feb 7, 2024

Sorry, I did not see the PR #286.

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

1 participant