Skip to content

Commit 2a3a977

Browse files
committed
fix: fix Django version
1 parent 954277f commit 2a3a977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.6.2"
20-
Django = ">=3.2.12,<5.0.0"
20+
Django = "^3"
2121
graphene = "2.1.9"
2222
graphene-django = "^2.15.0"
2323
django-filter = "^21.1"

0 commit comments

Comments
 (0)