diff --git a/python/django-postgres/pyproject.toml b/python/django-postgres/pyproject.toml index 4fde9625..d717593b 100644 --- a/python/django-postgres/pyproject.toml +++ b/python/django-postgres/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ - "django>=5.2,<5.3", + "django>=5.2,<6.1", "djangorestframework>=3.16,<4.0", "psycopg[binary]>=3.2", "dj-database-url>=2.3", diff --git a/python/django-postgres/requirements.txt b/python/django-postgres/requirements.txt index 20e0f6c4..0e621636 100644 --- a/python/django-postgres/requirements.txt +++ b/python/django-postgres/requirements.txt @@ -1,5 +1,5 @@ # Core -django>=5.2,<5.3 +django>=5.2,<6.1 djangorestframework>=3.16,<4.0 psycopg[binary]>=3.2 dj-database-url>=2.3