Skip to content

Commit c86ff40

Browse files
authored
Merge pull request #256 from consideRatio/pr/ldap3-lower-bound
Require ldap3 2.9.1+ released 2021 (currently latest) as a lower bound
2 parents ef65903 + fd7b216 commit c86ff40

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
@@ -14,7 +14,7 @@
1414
python_requires=">=3.9",
1515
install_requires=[
1616
"jupyterhub>=4.1.6",
17-
"ldap3",
17+
"ldap3>=2.9.1",
1818
"traitlets",
1919
],
2020
extras_require={

0 commit comments

Comments
 (0)