rdegges/django-twilio

Django 5 support

Closed this issue · 3 comments

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 #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!