Closed sheraff0 closed 1 year ago
Upgrade to Python 3.11 breaks fastapi-mail dependency in my project.
fastapi-mail
The source is in aioredis package which is no longer maintained as a separate module and included into redis-py.
aioredis
redis-py
Dependency
Issue
Might be doing something wrong, but didn't find a better solution than this quick fix.
hmm, that is interesting case, thanks for the opening the issue about it.
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 intoredis-py
.Dependency
Issue
Might be doing something wrong, but didn't find a better solution than this quick fix.