ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 7 forks source link

Django 3.2 is EOL #158

Closed martinburchell closed 1 month ago

martinburchell commented 2 months ago

This one passed me by. Django 3.2 LTS reached EOL April 2024. The minimum current LTS version is 4.2.

We need Django 4.2 in order to support the latest Django REST Framework, which addresses https://github.com/ucam-department-of-psychiatry/crate/security/dependabot/77

See also https://docs.djangoproject.com/en/4.2/howto/upgrade-version/

martinburchell commented 1 month ago

Fixed by #160