Skip to content

Commit

Permalink
feat: Add support for Django 5
Browse files Browse the repository at this point in the history
Add support for the Django 5 Release https://docs.djangoproject.com/en/5.0/releases/5.0/

No action needs to be taken here for DGPF, no backwards incompatible
changes were found, and all users are encouraged to upgrade when
they are ready.
  • Loading branch information
NickolausDS committed Feb 1, 2024
1 parent 47b4e6f commit 53cf6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django<5
django<6
globus_sdk>=3,<4
social-auth-app-django>=3.0.0,<6.0.0
python-jose[cryptography]>=3.0.1
Expand Down

0 comments on commit 53cf6b5

Please sign in to comment.