From 9d3b13ce392c7d6961290ce67388f2128f55aee9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 9 Oct 2025 15:18:20 -0400 Subject: [PATCH] Pin djangorestframework to v3.16.1 --- base_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base_requirements.txt b/base_requirements.txt index 1e6f2ad29..1dfd2a4ce 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -71,7 +71,8 @@ django-timezone-field # A REST API framework for Django projects # https://www.django-rest-framework.org/community/release-notes/ -djangorestframework +# TODO: Re-evaluate the monkey-patch of get_unique_validators() before upgrading +djangorestframework==3.16.1 # Sane and flexible OpenAPI 3 schema generation for Django REST framework. # https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst