Tencent-Cloud-Plugins / tencentcloud-django-plugin-cos

【Django】腾讯云对象存储(COS)插件
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

在 python3.13 中已经不再使用pkg_resources,需要替换相关引用和依赖 #5

Open yumendy opened 4 hours ago

yumendy commented 4 hours ago

QQ_1729737911821

yumendy commented 4 hours ago

https://setuptools.pypa.io/en/latest/pkg_resources.html

Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata). Some useful APIs are also provided by packaging (e.g. requirements and version parsing). Users should refrain from new usage of pkg_resources and should work to port to importlib-based solutions.