From de4723a0c6eff915e951acb0a413528e81a2ffd4 Mon Sep 17 00:00:00 2001 From: David Slusser Date: Mon, 13 Oct 2025 18:04:54 -0700 Subject: [PATCH] allow latest z version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9dde061..9a4c096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "django-environ", "django-extensions", "django-filter", - "django-handyhelpers==0.3.41", + "django-handyhelpers~=0.3", "djangorestframework", "djangorestframework-filters==1.0.0.dev0", "drf-flex-fields",