From 4274d34c19b8bf7c69aa04e6bafc1ca32081c184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20R=2E?= Date: Mon, 14 Oct 2024 14:28:27 +0200 Subject: [PATCH] CHORE: Upgraded upstream compatibility --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d2516d4..d2cbf44 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import pathlib HERE = pathlib.Path(__file__).parent -VERSION = '1.0.4' +VERSION = '1.0.5' PACKAGE_NAME = 'enhanced_drf_jsonapi' LICENSE = 'MIT' @@ -13,7 +13,7 @@ LONG_DESC_TYPE = "text/markdown" INSTALL_REQUIRES = [ - 'djangorestframework-jsonapi~=6.0.0' + 'djangorestframework-jsonapi~=7.0.2' ] setup(