We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfdb85 commit f05209aCopy full SHA for f05209a
pyproject.toml
@@ -44,7 +44,7 @@ exclude = ["django_enum/tests"]
44
[tool.poetry.dependencies]
45
python = ">=3.8,<4.0"
46
Django = ">=3.2,<6.0"
47
-enum-properties = {version = "^1.7.0", optional = true}
+enum-properties = {version = ">=1.7.0,<2.0", optional = true}
48
django-filter = {version = ">=21", optional = true}
49
djangorestframework = {version = "^3.9", optional = true}
50
0 commit comments