We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99afe4 commit f868915Copy full SHA for f868915
pyproject.toml
@@ -8,7 +8,7 @@ version = "0.0.5"
8
description = "Design and run workflows in Django"
9
readme = "README.md"
10
requires-python = ">=3.10"
11
-dependencies = ["django-treebeard", "python-dateutil", "django>=5.2"]
+dependencies = ["django-treebeard<5", "python-dateutil", "django>=5.2"]
12
13
[dependency-groups]
14
dev = [
0 commit comments