Skip to content

Commit

Permalink
Update dependencies to address incompatibility with Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanboiteau committed Jun 5, 2024
1 parent 6ed9221 commit 950054c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Update dependencies to make it clear that version 1.3 is not compatible with Django 5.1

## 1.3.1 - 2024-04-18

- Small fixes in changelog and README
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "django_safe_template_engine"
version = "1.3.1"
dependencies = ["django >= 3.0"]
dependencies = ["django >= 3.0, < 5.1"]
requires-python = ">=3.7"
authors = [{ name = "Ronan Boiteau", email = "ronan@boiteau.eu" }]
maintainers = [{ name = "Ronan Boiteau", email = "ronan@boiteau.eu" }]
Expand Down

0 comments on commit 950054c

Please sign in to comment.