Skip to content

Commit 91dc48c

Browse files
authored
fix(deps): cap altcha at <2.0.0 for incompatible v2 release (#44)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 9d0895f commit 91dc48c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
requires-python = ">=3.9"
3131
dependencies = [
3232
"Django>=4.2",
33-
"altcha>=1.0.0",
33+
"altcha>=1.0.0,<2.0.0",
3434
]
3535
keywords = ["captcha", "django", "widget", "form", "altcha"]
3636

0 commit comments

Comments
 (0)