Is it possible to update the version of importlib-metadata?
Taikono-Himazin opened this issue · comments
Taikono-Himazin commented
I'm using django-ses and djlint.
I got the following warning when I installed django-ses.
djlint 1.9.3 requires importlib-metadata<5.0.0,>=4.11.0, but you have importlib-metadata 1.7.0 which is incompatible.
django-ses 3.1.0 requires importlib-metadata<2.0,>=1.0; python_version < "3.8", but you have importlib-metadata 4.12.0 which is incompatible.
I found that the import-metadata version specification that django-ses depends on is out of date. Is it possible to update this version?
Taikono-Himazin commented
I made a mistake in the repository I posted.
I'm sorry