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 980ed61 commit 33f112fCopy full SHA for 33f112f
pyproject.toml
@@ -64,7 +64,7 @@ readme = "README.md"
64
python = "3.6.* || 3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*"
65
# The dataclasses package is not in the stdlib in Python 3.6
66
dataclasses = { version = "^0.8", python = "~3.6" }
67
-django-lifecycle = "~0.9.0"
+django-lifecycle = "~1.0.0"
68
typing_extensions = ">=3.7,<5.0"
69
six = "^1.14"
70
0 commit comments