Releases: sabuhish/fastapi-mail
Releases · sabuhish/fastapi-mail
Update dependency lib and added SecretStr
Updated dependecy libraries and added secret string.
@przemoch-dev thanks for the PR.
v1.4.1 fix mypy errors #197
Thanks to @fchancel for fixing mypy errors!
v1.4.0 update dependencies for support pydantic V2
v1.3.1 moved py.typed to fastapi_mail
Thanks @marcusgabrields for his PR #193
v1.3.0 update on cryptography and pymdown libraries
Update on the following libraries:
- cryptography
- pymdown
removed explicitly setting HTML while using template_body attribute
v1.2.9 support of multipart html and plain text emails
In this release support of the alternative body in the schema is implemented.
Many thanks to @Synrom for his work!
v1.2.8 added py.typed for mypy to analyze types
v1.2.7 fix resourcewarnings in the pytest
v1.2.6 upgrade version of starlette and fastapi
The file upload function has been modified to make it compatible with the new version of starlette.
Thanks to @Divyessh for his contribution!
v1.2.5 making library less restrictive on dependecies
Thanks to @rambo for his PR, to make the library less strict on dependencies.