diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..79936bb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Tujjar AI Marketplace SaaS Backend" requires-python = ">=3.10" dependencies = [ - "Django>=4.2,<5.2", + "Django>=4.2,<5.3", "djangorestframework>=3.15,<4.0", "djangorestframework-simplejwt>=5.3,<6.0", "django-cors-headers>=4.3,<5.0",