Smartinspectpython

Latest version: v3.0.37

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

3.0.37

* Fixed more bugs related to multi-threaded apps that log to encrypted log files. Also added configuration file change monitoring automatically when the `SmartInspect.LoadConfiguration` method is called.

3.0.36

* Fixed a bug with multi-threaded apps that log to encrypted log files; multiple log files were being created that contained an ending "a" suffix in the base file name. The problem only seems to manifest itself when encryption options are specified.

3.0.35

* Updated `setup.py` to adhere to PyPI.org requirements for uploaded binary distribution filenames to comply with the binary distribution format. This changes the wheel filename that is generated from `smartinspectPython-3.0.35-py3-none-any` to `smartinspectpython-3.0.35-py3-none-any` (same filename, just lower-case project name).
* Updated `SISession.EnterMethod` to accept a `colorValue` argument to color the entry in the log viewer.
* Updated `SISession.EnterMethodParmList` to accept a `colorValue` argument to color the entry in the log viewer.
* Updated `SISession.LeaveMethod` to accept a `colorValue` argument to color the entry in the log viewer.

3.0.34

* Updated Python version from v3.9 to v3.11.
* Updated `SISession` class to replace deprecated `thread.isDaemon()` with `thread.daemon` reference. This was causing deprecation warning messages to be displayed in Python 3.11 clients.
* Updated `SISession` class to replace deprecated `threading.currentThread()` with `threading.current_thread()` reference. This was causing deprecation warning messages to be displayed in Python 3.11 clients.

3.0.33

* Updated `SISession.EnterMethodParmList` to always return a `SIMethodParmListContext` instance regarless of logging level.

3.0.32

* Added `SIMethodParmListContext` class to SIAuto for `import *` support.

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.