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

TypeError: duplicate base class TimeoutError #155

Closed sheraff0 closed 1 year ago

sheraff0 commented 1 year ago

Upgrade to Python 3.11 breaks fastapi-mail dependency in my project.

The source is in aioredis package which is no longer maintained as a separate module and included into redis-py.

Dependency

Issue

Might be doing something wrong, but didn't find a better solution than this quick fix.

sabuhish commented 1 year ago

hmm, that is interesting case, thanks for the opening the issue about it.