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

Missing py.typed #187

Closed Mark90 closed 1 year ago

Mark90 commented 1 year ago

Hello,

I noticed that py.typed is missing in the repository, which means that type annotations in this project aren't fully utilized by mypy and editors. I didn't find an issue mentioning this before so perhaps it was just forgotten?

https://github.com/tiangolo/fastapi/commit/d675991a34098d3c367554ed5609ca34a1abbc3d This commit on fastapi adds the same file and links to the relevant PEP about py.typed

Kind regards, Mark

sabuhish commented 1 year ago

Hello, You are right, it is missing py.typed, will add it in the next MR. Thanks for finding out!

sabuhish commented 1 year ago

it is now available in the 1.2.8 version, thanks!