django-twilio icon indicating copy to clipboard operation
django-twilio copied to clipboard

Django 5 support

Open nickmccullum opened this issue 1 year ago • 1 comments

Does this project have any plans to add support for Django 5?

nickmccullum avatar Feb 16 '24 11:02 nickmccullum

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.

jheld avatar Feb 26 '24 14:02 jheld

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.

calebsyring avatar Mar 26 '24 21:03 calebsyring

No specific reason. Happy to accept a PR!

jheld avatar Mar 26 '24 22:03 jheld