Skip to content

Commit b1f2f58

Browse files
authored
Update the lowest allowed version for ldap3
1 parent c431a93 commit b1f2f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def exec_file(path_segments, name):
4747
description="An LDAP3 auth provider for Synapse",
4848
install_requires=[
4949
"Twisted>=15.1.0",
50-
"ldap3>=2.6",
50+
"ldap3>=2.8",
5151
"service_identity",
5252
],
5353
test_require=[

0 commit comments

Comments
 (0)