From 66c95fd8a7e4f56b07bcd5c244d48dd04d4a5528 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Wed, 2 Sep 2026 16:49:13 +0200 Subject: [PATCH] Bump DRF Change ths versioning policy to allow the api-stable z-streams. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3dcb2fa547..cedda0121b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "django-guid>=3.3,<=3.5.1", "django-import-export>=2.9,<5.0", "django-lifecycle>=1.0,<=1.2.4", - "djangorestframework>=3.14.0,<=3.15.2", + "djangorestframework>=3.14.0,<3.18", # API-stable z-Streams. https://www.django-rest-framework.org/community/release-notes/ "djangorestframework-queryfields>=1.0,<=1.1.0", "drf-access-policy>=1.1.2,<1.5.1", "drf-nested-routers>=0.93.4,<=0.94.1",