From 3f0126ca468a0bfdcebc25392daf6b4ad722a0ed 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 b6075cb0f13..97a3d50c83e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "django-guid>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream. "django-import-export>=2.9,<5.0", "django-lifecycle>=1.0,<=1.2.7", - "djangorestframework>=3.14.0,<=3.16.1", + "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.95.0",