IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
131 stars 66 forks source link

Upgrade Flask to 2.3.3 (Latest as of 11 Oct 23) #551

Closed piers-walter-ibm closed 9 months ago

piers-walter-ibm commented 9 months ago

Fix for #550, upgrading Flask to 2.3.3 as the older 2.0.3 version was causing errors due to a new version of Werkzeug (3.0.0) being released which has removed some deprecated code 2.0.3 relied on.