Django 5.x support?
Hi, I am working on upgrading our application to Django 5 and I ran into an issue.
V1.1 of django-cryptography imports baseconv from django.utils and baseconv has been removed from Django 5. The current master branch handles the import properly but trying to install master from github fails because of this issue: https://github.com/georgemarshall/django-cryptography/issues/110
Is there any plan for a release to support Django 5.x?
The maintainer seems to have vanished, you can follow the thread here https://github.com/georgemarshall/django-cryptography/issues/74 there are some less appealing work arounds, but there does not appear to be a substitute django cryptography package which outwardly claims to be 5.0 compatible yet :[
You can check Django Cryptography 5 - as someone (czue) migrated this library to Django5 - maybe it would be good to merge it into this here... @georgemarshall ?!