Why am I still getting a warning after including app_engine_apis in app.yaml?

Solution 1:

I fixed the warning by running:

google beta app deploy

instead of

google app deploy

I got the fix from this document. I believe it's necessary because at the time of this answer the migration of the python2 app_engine_apis to python3 isn't complete.