client-python
client-python copied to clipboard
Deprecation warning coming from pythonjsonlogger
https://github.com/OpenCTI-Platform/client-python/blob/269ec1c8d7e78515d0166bb3d49a9ab25e8a6ec8/pycti/utils/opencti_logger.py#L4
https://nhairs.github.io/python-json-logger/latest/changelog/
pythonjsonlogger.jsonlogger has been moved to pythonjsonlogger.json with core functionality moved to pythonjsonlogger.core.
Either new import should be used, or package version should be relaxed.
https://github.com/OpenCTI-Platform/client-python/blob/269ec1c8d7e78515d0166bb3d49a9ab25e8a6ec8/requirements.txt#L6C1-L6C26
Fixed in https://github.com/OpenCTI-Platform/opencti/pull/13113