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
pkg_resources is currently used in tiingo.api to get the package version.
I get deprecation warnings when running some basic tests in Python 3.12.
Warning Message
../../.venv/lib/python3.12/site-packages/tiingo/api.py:9
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
The text was updated successfully, but these errors were encountered:
Description
pkg_resources
is deprecated.pkg_resources
is currently used in tiingo.api to get the package version.I get deprecation warnings when running some basic tests in Python 3.12.
Warning Message
The text was updated successfully, but these errors were encountered: