asgiref to requirements.txt for ASGI compatibility.
Changed;
Wrapped Flask application with WSGIAdapter from asgiref to bridge WSGI and ASGI protocols, allowing the application to be served by Uvicorn.
Updated Dockerfile command to serve the ASGI-compatible application with Gunicorn and Uvicorn workers, enhancing deployment and execution within Docker environments.
Fixed:
Resolved TypeError due to protocol mismatch when serving the Flask application with Uvicorn, ensuring smooth operation in asynchronous environments.
Added:
Changed;
Fixed: