From 01991b78c9fe6c03fed2673466280af562b6a49a Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Fri, 26 Sep 2025 17:47:50 +0200 Subject: [PATCH] [CHANGE] Temporarily limit `bcyrpt` to below v5.0.0 See: https://gitlab.com/allianceauth/allianceauth/-/issues/1436 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6614dbc4..ef3092c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dynamic = [ "version", ] dependencies = [ - "bcrypt", + "bcrypt<5", "beautifulsoup4", "celery>=5.2,<6", "celery-once>=3.0.1",