intersect_sdk/_internal/data_plane/data_plane_manager.py:35: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
logger.warn('WARNING: This service cannot support any MINIO instances')
Looks like a simple switch from warn -> warning method
Recently got this warning:
Looks like a simple switch from
warn
->warning
methodSDK version: 0.8.0 Python version: 3.11.9