I recently started getting a warning, that I think is from here:
======================================================== warnings summary ========================================================
../../../Library/Caches/pypoetry/virtualenvs/quiltcore-PmQ4VOT8-py3.11/lib/python3.11/site-packages/multiformats_config/multicodec.py:80
/Users/quilt/Library/Caches/pypoetry/virtualenvs/quiltcore-PmQ4VOT8-py3.11/lib/python3.11/site-packages/multiformats_config/multicodec.py:80: DeprecationWarning: open_text is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.
with importlib_resources.open_text("multiformats_config", "multicodec-table.json", encoding="utf8") as _table_f:
I recently started getting a warning, that I think is from here:
Anyone else seeing this?