From e273b06586178e2959313d4a2c67879ec31b22ab Mon Sep 17 00:00:00 2001 From: tdruez Date: Tue, 21 Apr 2026 08:47:34 +0400 Subject: [PATCH] fix(deps): cap altcha at <2.0.0 for incompatible v2 release Signed-off-by: tdruez --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86750da..5d68f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "Django>=4.2", - "altcha>=1.0.0", + "altcha>=1.0.0,<2.0.0", ] keywords = ["captcha", "django", "widget", "form", "altcha"]