.venv/lib/python3.9/site-packages/valideer/validators.py:469: 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
accept_types = collections.Sequence
.venv/lib/python3.9/site-packages/valideer/validators.py:564: 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
accept_types = collections.Mapping
If would be nice to update those imports - I see this warning in every unit test when running pytest
If would be nice to update those imports - I see this warning in every unit test when running pytest