temperature-service | ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.7/site-packages/jinja2/__init__.py) To Solve this, need to replace Flask==1.1.2 with **Flask==2.1.0** in both the "requirements.txt" files
temperature-service | ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.7/site-packages/jinja2/init.py)
To Solve this, need to replace Flask==1.1.2 with Flask==2.1.0 in both the "requirements.txt" files