From 5e298e574920f37e954e038dd67032946429ae69 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Fri, 9 May 2025 16:08:42 +0800 Subject: [PATCH] fix: Downgrade django and djangorestframework versions for compatibility --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea0aa8ddc..aa0e98bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,14 +68,14 @@ dependencies = [ 'ipip-ipdb==1.6.1', 'pywinrm==0.4.3', 'python-nmap==0.7.1', - 'django==4.2.20', + 'django==4.1.13', 'django-bootstrap3==23.4', 'django-filter==23.2', 'django-formtools==2.5.1', 'django-ranged-response==0.2.0', 'django-simple-captcha==0.5.18', 'django-timezone-field==5.1', - 'djangorestframework==3.15.2', + 'djangorestframework==3.14.0', 'djangorestframework-bulk==0.2.1', 'django-simple-history==3.3.0', 'django-private-storage==3.1',