sabuhish / fastapi-mail

Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)
https://sabuhish.github.io/fastapi-mail/
MIT License
698 stars 81 forks source link

Issue with Fastapi-mail using fakeredis internally #119

Closed akshayjain847 closed 2 years ago

akshayjain847 commented 2 years ago

since FastAPI-mail internally download fakeredis==1.7. But even latest fakeredis is not compatible with redis==4.2. due to which I am unable to Use Redis==4.2.2 and FastAPI-mail. Can this be resolved somehow ?

Screenshot 2022-04-07 at 2 41 25 PM
sabuhish commented 2 years ago

this issue most likely to be opened in fakeredis library not here since it is related to that.