Skip to content

Commit f868915

Browse files
committed
Limit django-treebeard to version <5
1 parent b99afe4 commit f868915

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
@@ -8,7 +8,7 @@ version = "0.0.5"
88
description = "Design and run workflows in Django"
99
readme = "README.md"
1010
requires-python = ">=3.10"
11-
dependencies = ["django-treebeard", "python-dateutil", "django>=5.2"]
11+
dependencies = ["django-treebeard<5", "python-dateutil", "django>=5.2"]
1212

1313
[dependency-groups]
1414
dev = [

0 commit comments

Comments
 (0)