File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Released 3.4.6 2026-05-14
2+
3+ Fixes:
4+ * ``attrlist`` parameter is now properly checked before use, avoiding memory
5+ errors due to type mismatches
6+ * Fixed errors with requestName/requestValue in ``extop.dds``
7+ * ``ldif`` and ``ldap.schema`` modules now actively close sockets as they're
8+ finished with them
9+
10+ Infrastructure:
11+ * Package no longer requires setuptools-scm
12+
13+ ----------------------------------------------------------------
114Released 3.4.5 2025-10-10
215
316Security fixes:
Original file line number Diff line number Diff line change 11"""
22meta attributes for packaging which does not import any dependencies
33"""
4- __version__ = '3.4.5 '
4+ __version__ = '3.4.6 '
55__author__ = 'python-ldap project'
66__license__ = 'Python style'
Original file line number Diff line number Diff line change 44See https://www.python-ldap.org/ for details.
55"""
66
7- __version__ = '3.4.5 '
7+ __version__ = '3.4.6 '
88
99__all__ = [
1010 # constants
Original file line number Diff line number Diff line change 33
44See https://www.python-ldap.org/ for details.
55"""
6- __version__ = '3.4.5 '
6+ __version__ = '3.4.6 '
77
88__all__ = [
99 # constants
Original file line number Diff line number Diff line change 44See https://www.python-ldap.org/ for details.
55"""
66
7- __version__ = '3.4.5 '
7+ __version__ = '3.4.6 '
88
99from slapdtest ._slapdtest import SlapdObject , SlapdTestCase , SysLogHandler
1010from slapdtest ._slapdtest import requires_ldapi , requires_sasl , requires_tls
You can’t perform that action at this time.
0 commit comments