#python #Connexion 3.0 is out and it has an ASGI middleware option
This means just about any ASGI framework can do **contract 1st APIs** and stick with their current web framework (Flask, Starlette, Quart, #Django, Django channels, Blacksheep, Falcon, and Sanic*)*
Anyhow, I can finally start adding `async def` to everything and switching to the asyncio versions of all the libraries.
https://medium.com/@robbe.sneyders/redesigning-connexion-as-an-asgi-middleware-stack-a5dc17e81ff8