From bb639e1fe784e0cd833e0e0e25e04b8d5bea598c Mon Sep 17 00:00:00 2001 From: mikebofs Date: Wed, 27 Aug 2025 10:41:56 +0800 Subject: [PATCH] perf: revert django-simple-history version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6d578e4f..a740eb597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ 'django-timezone-field==5.1', 'djangorestframework==3.14.0', 'djangorestframework-bulk==0.2.1', - 'django-simple-history==3.10.1', + 'django-simple-history==3.6.0', 'django-private-storage==3.1', 'drf-nested-routers==0.93.4', 'drf-writable-nested==0.7.0',