From 4d7c8a3a3a60373b415771e87f0633170ee6b69a Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 11 Aug 2025 10:18:59 -0400 Subject: [PATCH] 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. --- requirements/constraints.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index a37d7e134d..1714bdb3ae 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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