Skip to content

Commit

Permalink
chore(deps): bump Django min version to 5.x
Browse files Browse the repository at this point in the history
The `apis_core.collections` app now uses the `nulls_distinct` argument
for a UniqueConstraint, which was only introduced in Django 5, so we
bump the minimal Django dependency.

Closes: #1271
  • Loading branch information
b1rger committed Oct 8, 2024
1 parent 4df1948 commit fad4fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["manage.py", "__pycache__"]

[tool.poetry.dependencies]
python = "^3.11"
Django = ">=4.1,<6.0"
Django = ">5"
djangorestframework = "^3.14.0"
django-filter = ">=24.1"
django-autocomplete-light = ">=3.9.4,<3.12.0"
Expand Down

0 comments on commit fad4fd6

Please sign in to comment.