The tutorial for the flask-on-docker homework uses python3.11 and flask==2.3.2. Since we are using python3, should we install flask==2.0.3 (the highest version of flask available with python3) since flask==2.3.2 will be backwards compatible? Or do we need to upgrade the python version?
Hi,
The tutorial for the
flask-on-docker
homework usespython3.11
andflask==2.3.2
. Since we are usingpython3
, should we installflask==2.0.3
(the highest version offlask
available withpython3
) sinceflask==2.3.2
will be backwards compatible? Or do we need to upgrade the python version?