Sincere question - for starting greenfield projects, what would make you choose Flask over FastAPI[0]?<p>[0] - <a href="https://fastapi.tiangolo.com/" rel="nofollow">https://fastapi.tiangolo.com/</a>
Can anyone surmise if the flask type hinting is vulnerable to annotations issue that pydantic/fastapi recently faced?<p><a href="https://github.com/samuelcolvin/pydantic/issues/2678" rel="nofollow">https://github.com/samuelcolvin/pydantic/issues/2678</a>
Can someone comment on the benefits these changes have? Is it faster, more memory efficient, etc.? The change log has a lot of the technical minutiae of how I would need to change the way I use some things, but not the why.
I'm surprised that it doesn't support Python 3.5. I've been a bit out of touch with Python - is there something that changed significantly in subsequent versions to justify this?