build: Unpin DRF.

There have been no breaking changes in the minor versions and there is
no ticket for unpinning this constraint. It doesn't make sense to keep.
This commit is contained in:
Feanil Patel
2025-08-11 10:18:59 -04:00
parent 14cdbc855d
commit 4d7c8a3a3a

View File

@@ -34,10 +34,6 @@ django-oauth-toolkit==1.7.1
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35276
django-webpack-loader==0.7.0
# Date: 2023-06-20
# Adding pin to avoid any major upgrade
djangorestframework<3.15.0
# Date: 2024-07-19
# Generally speaking, the major version of django-stubs must either match the major version
# of django, or exceed it by 1. So, we will need to perpetually constrain django-stubs and