Skip to content

Commit

Permalink
set enum-properties version range
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 26, 2024
1 parent 9bfdb85 commit f05209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exclude = ["django_enum/tests"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
Django = ">=3.2,<6.0"
enum-properties = {version = "^1.7.0", optional = true}
enum-properties = {version = ">=1.7.0,<2.0", optional = true}
django-filter = {version = ">=21", optional = true}
djangorestframework = {version = "^3.9", optional = true}

Expand Down

0 comments on commit f05209a

Please sign in to comment.