I am trying to deploy a python fastapi app, but render doesn’t accept the latest version of fastapi-mail. only fastapi-mail 1.2.2 and lower was accepted by render, which doesn;t work with pydantic and starlette. the current latest version fastapi-mai 1.4.1 works locally, but not on render. Can someone help out here?
HI there,
Please make sure you are using a Python version which supports the newer versions of fastapi-mail
. Depending on how new your service is, it may be using Python 3.7.10, as this was only recently updated to use 3.11.6 as the default Python version. See here how to set the Python version you need: https://docs.render.com/docs/python-version
Regards,
Keith
Render Support, UTC+10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.