INTERSECT-SDK / python-sdk

Interconnected Science Ecosystem - Software Development Kit (INTERSECT-SDK)
https://intersect-python-sdk.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Deprecation warning from logging in data plane manager #17

Closed marshallmcdonnell closed 3 weeks ago

marshallmcdonnell commented 3 weeks ago

Recently got this warning:

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

SDK version: 0.8.0 Python version: 3.11.9

marshallmcdonnell commented 3 weeks ago

Nevermind, I see this fix is already in main! https://github.com/INTERSECT-SDK/python-sdk/commit/fcd2e3f5ee9304e083e3c16f7f3ec444eec83aab