puput
puput copied to clipboard
Django 5 compatibility
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?
Sorry, I did not see the PR #286.