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

Can't upgrade to fastapi==0.87.0 because "fastapi-mail 1.2.0 depends on starlette==0.20.4" #157

Closed ramiswailem closed 1 year ago

ramiswailem commented 1 year ago

Please update dependecies of fastapi-mail

gikpro commented 1 year ago

Same problem. Update the dependencies( Starlette and FastAPI)

kirillzhosul commented 1 year ago

Same problem. Try using fastapi==0.86.0 (starlette=0.20.4)

(It is latest version that can be used with fastapi-mail!)

kirillzhosul commented 1 year ago

Should be closed with new release! (v1.2.1)