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
Hi,
I get this warning relative to deprecation and future python support removal (got it in many other libs too...)
I am using version 3.0.7
.../venv/lib64/python3.7/site-packages/flask_cors/core.py:322: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
and isinstance(obj, collections.Iterable)):
The text was updated successfully, but these errors were encountered:
Hi,
I get this warning relative to deprecation and future python support removal (got it in many other libs too...)
I am using version 3.0.7
and isinstance(obj, collections.Iterable)):
The text was updated successfully, but these errors were encountered: