deislabs / mystikos

Tools and runtime for launching unmodified container images in Trusted Execution Environments
142 stars 49 forks source link

Fix failures for solutions pipeline #1506

Closed asvrada closed 10 months ago

asvrada commented 10 months ago

solutions/python_web_frameworks

Latest version of uwsgi (2.0.22) is not compatible with Python 3.12, so Pin Python to 3.11 https://github.com/unbit/uwsgi/issues/2566

solutions/python_flask_tests

Flask 2.3.2 is using a deprecated version of Werkzeug, so bump it to 2.3.3