Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning with collections.abc #9

Closed
chocobn69 opened this issue Nov 3, 2022 · 0 comments
Closed

DeprecationWarning with collections.abc #9

chocobn69 opened this issue Nov 3, 2022 · 0 comments

Comments

@chocobn69
Copy link
Member

/usr/local/lib/python3.9/site-packages/rakuten_ws/utils.py:6
  /usr/local/lib/python3.9/site-packages/rakuten_ws/utils.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
    from collections import OrderedDict, MutableMapping

/usr/local/lib/python3.9/site-packages/rakuten_ws/compat.py:41
  /usr/local/lib/python3.9/site-packages/rakuten_ws/compat.py:41: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
    from collections import Callable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant