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 b85f99c commit d95ec2eCopy full SHA for d95ec2e
pyproject.toml
@@ -62,7 +62,7 @@ readme = "README.md"
62
python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"
63
# The typing module is not in the stdlib in Python 2.7 and 3.4
64
typing = { version = "^3.6", python = "~3.4" }
65
-django-lifecycle = "~0.9.0"
+django-lifecycle = "~1.0.0"
66
typing_extensions = ">=3.7,<5.0"
67
six = "^1.14"
68
0 commit comments