From 3b9151ca7e940410ab0fd142187ab16d4976b919 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Tue, 27 Feb 2024 15:01:27 +0100 Subject: [PATCH] Upgrade python-ldap from 3.4.0->3.4.4 python-ldap 3.4.0 cannot be built against newer versions of the OpenLDAP library, which no longer provide `libldap_r`, just `libldap`. --- requirements/optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/optional.txt b/requirements/optional.txt index 55a66160b8..4bdc5d5425 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -1 +1 @@ -python-ldap==3.4.0 # optional for LDAP authentication, requires libldap (OpenLDAP) to build +python-ldap==3.4.4 # optional for LDAP authentication, requires libldap (OpenLDAP) to build