From dc395784ee8f4577dd962d814cd61fe28a4ffb96 Mon Sep 17 00:00:00 2001 From: zengqiu Date: Fri, 29 Mar 2024 09:37:18 +0800 Subject: [PATCH] Revert DjangoModelPermissions (Details: https://github.com/encode/django-rest-framework/pull/9332) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26e39e9..d0e7b2a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ long_description_content_type='text/markdown', packages=find_packages(), platforms='any', - install_requires=['django>=3.2', 'djangorestframework>=3.15'], + install_requires=['django>=3.2', 'djangorestframework>=3.14.0'], python_requires='>=3.5', classifiers=[ 'Development Status :: 5 - Production/Stable',