Skip to content

Commit e92ed4c

Browse files
authored
Merge pull request #99 from matrix-org/babolivier/update_ldap_dep
Update the lowest allowed version for ldap3
2 parents c431a93 + b1f2f58 commit e92ed4c

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)