You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pkg_resources API has been deprecated for some time and it's usage in arrapi produces DeprecationWarning messages. It's usage should be removed if possible:
.tox/py311/lib/python3.11/site-packages/arrapi/__init__.py:1: in <module>
import pkg_resources
.tox/py311/lib/python3.11/site-packages/pkg_resources/__init__.py:89: in <module>
warnings.warn(
E DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
The text was updated successfully, but these errors were encountered:
Version Number
1.4.13
Describe the Bug
The
pkg_resources
API has been deprecated for some time and it's usage inarrapi
producesDeprecationWarning
messages. It's usage should be removed if possible:The text was updated successfully, but these errors were encountered: