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 7d75ca3 commit b112fd5Copy full SHA for b112fd5
pyproject.toml
@@ -41,7 +41,7 @@ exclude = ["django_enum/tests"]
41
python = ">=3.7,<4.0"
42
Django = ">=3.2,<5.0"
43
enum-properties = {version = "^1.2.0", optional = true}
44
-django-filter = {version = "^21", optional = true}
+django-filter = {version = ">=21,<23", optional = true}
45
djangorestframework = {version = "^3.9", optional = true}
46
47
[tool.poetry.group.dev.dependencies]
0 commit comments