From bcd1f1cc1a64f7aebf96fb6eabdf4ba1dea34e8a Mon Sep 17 00:00:00 2001 From: Bogdan Hopulele Date: Fri, 1 Mar 2024 18:05:03 +0200 Subject: [PATCH] Relax "deprecation" dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be894ef..a56139a 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setup( install_requires=[ "Django>=2.0", "django-postgres-extra>=2.0,<3.0", - "deprecation==2.0.7", + "deprecation>=2.0.7", ], extras_require={ ':python_version <= "3.6"': ["dataclasses"],