Skip to content

Commit

Permalink
Require ldap3 2.9.1+ released 2021 (currently latest) as a lower bound
Browse files Browse the repository at this point in the history
By introducing a lower bounded version for the ldap3 dependency, future
maintenance could become easier as its clear whats meant to be
supported. With this, it becomes possible to introduce tests against the
oldest supported dependencies etc.
  • Loading branch information
consideRatio committed Sep 15, 2024
1 parent ef65903 commit fd7b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
python_requires=">=3.9",
install_requires=[
"jupyterhub>=4.1.6",
"ldap3",
"ldap3>=2.9.1",
"traitlets",
],
extras_require={
Expand Down

0 comments on commit fd7b216

Please sign in to comment.