sabuhish / fastapi-mail

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

Resolving dependencies issue #180

Closed ALeksandr-Fuze closed 1 year ago

ALeksandr-Fuze commented 1 year ago
python = "^3.11"
fastapi = "^0.90.1"
fastapi-jwt-auth = "^0.5.0"
>>> poetry add fastapi-mail
Using version ^1.2.6 for fastapi-mail

Updating dependencies
Resolving dependencies...

Because no versions of fastapi-mail match >1.2.6,<2.0.0
 and fastapi-mail (1.2.6) depends on starlette (>=0.24,<1.0), fastapi-mail (>=1.2.6,<2.0.0) requires starlette (>=0.24,<1.0).
And because fastapi (0.90.1) depends on starlette (>=0.22.0,<0.24.0)
 and no versions of fastapi match >0.90.1,<0.91.0, fastapi-mail (>=1.2.6,<2.0.0) is incompatible with fastapi (>=0.90.1,<0.91.0).
ALeksandr-Fuze commented 1 year ago

After updating to fastapi = "^0.92.0" this issue has been solved