django-twilio
django-twilio copied to clipboard
Django 5 support
Does this project have any plans to add support for Django 5?
Definitely. I haven't taken a big look at the slew of changes but if you're open to creating a PR, even with just a minimal number of edits, that would be great.
It looks like 5.0 support was added in https://github.com/rdegges/django-twilio/pull/239. Was there any reason why it was pinned to <=5.0 specifically (vs 5.*)? This is keeping me from upgrading the patch version. Django 5.0 has a couple CVEs out, and pip-audit
is complaining.
No specific reason. Happy to accept a PR!