CHORE: Upgraded upstream compatibility

This commit is contained in:
2024-10-14 14:28:27 +02:00
parent 41b354d06c
commit 4274d34c19

View File

@@ -3,7 +3,7 @@ import pathlib
HERE = pathlib.Path(__file__).parent HERE = pathlib.Path(__file__).parent
VERSION = '1.0.4' VERSION = '1.0.5'
PACKAGE_NAME = 'enhanced_drf_jsonapi' PACKAGE_NAME = 'enhanced_drf_jsonapi'
LICENSE = 'MIT' LICENSE = 'MIT'
@@ -13,7 +13,7 @@ LONG_DESC_TYPE = "text/markdown"
INSTALL_REQUIRES = [ INSTALL_REQUIRES = [
'djangorestframework-jsonapi~=6.0.0' 'djangorestframework-jsonapi~=7.0.2'
] ]
setup( setup(