Skip to content

Commit f05209a

Browse files
committed
set enum-properties version range
1 parent 9bfdb85 commit f05209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exclude = ["django_enum/tests"]
4444
[tool.poetry.dependencies]
4545
python = ">=3.8,<4.0"
4646
Django = ">=3.2,<6.0"
47-
enum-properties = {version = "^1.7.0", optional = true}
47+
enum-properties = {version = ">=1.7.0,<2.0", optional = true}
4848
django-filter = {version = ">=21", optional = true}
4949
djangorestframework = {version = "^3.9", optional = true}
5050

0 commit comments

Comments
 (0)