cisagov / con-pca-api

API Docker Container for Con-PCA
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

upgrade: Flask version to 2.2.2 #769

Closed itsmostafa closed 2 years ago

itsmostafa commented 2 years ago

Upgrade flask to 2.2.2 and remove the now defunct FLASK_ENV variable. Need to use FLASK_DEBUG instead. Also changed the defunct attachment_filename argument in send_file() to the new download_name arg

๐Ÿ—ฃ Description

NOTE: This PR will require you remove FLASK_ENV and DEBUG from your .env file and add FLASK_DEBUG which takes 0 or 1

๐Ÿ’ญ Motivation and context

๐Ÿงช Testing

tested locally

โœ… Pre-approval checklist