NabuCasa / pycognito

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
128 stars 39 forks source link

Is it possible to update the version of importlib-metadata? #150

Closed Taikono-Himazin closed 2 years ago

Taikono-Himazin commented 2 years ago

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 2 years ago

I made a mistake in the repository I posted. I'm sorry